Skip to content

Commit d3d9fc5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2) - [github.com/pre-commit/pre-commit-hooks: v2.3.0 → v4.3.0](pre-commit/pre-commit-hooks@v2.3.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](asottile/pyupgrade@v2.37.2...v2.37.3) - [github.com/hadialqattan/pycln: v2.0.4 → v2.1.1](hadialqattan/pycln@v2.0.4...v2.1.1)
1 parent b17e3ef commit d3d9fc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- pep8-naming==0.13.0
2323

2424
- repo: https://github.com/pycqa/flake8
25-
rev: 4.0.1
25+
rev: 5.0.2
2626
hooks:
2727
- id: flake8
2828
additional_dependencies: *flake8_deps
@@ -34,7 +34,7 @@ repos:
3434
args: [--add-import, from __future__ import annotations]
3535

3636
- repo: https://github.com/pre-commit/pre-commit-hooks
37-
rev: v2.3.0
37+
rev: v4.3.0
3838
hooks:
3939
- id: trailing-whitespace
4040
exclude: ^tests/.*/fixtures/.*
@@ -51,14 +51,14 @@ repos:
5151
- pytest>=7.1.2
5252

5353
- repo: https://github.com/asottile/pyupgrade
54-
rev: v2.37.2
54+
rev: v2.37.3
5555
hooks:
5656
- id: pyupgrade
5757
args:
5858
- --py37-plus
5959

6060
- repo: https://github.com/hadialqattan/pycln
61-
rev: v2.0.4
61+
rev: v2.1.1
6262
hooks:
6363
- id: pycln
6464
args: [--all]

0 commit comments

Comments
 (0)