Skip to content

Commit e7b1472

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.4.0 → v3.7.0](asottile/pyupgrade@v3.4.0...v3.7.0) - [github.com/hadialqattan/pycln: v2.1.3 → v2.1.5](hadialqattan/pycln@v2.1.3...v2.1.5) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
1 parent c961f8c commit e7b1472

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ repos:
2020

2121
# A tool to automatically upgrade syntax for newer versions of the python language.
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.4.0
23+
rev: v3.7.0
2424
hooks:
2525
- id: pyupgrade
2626
args: [ --py38-plus ]
2727

2828
# A formatter for finding and removing unused import statements.
2929
- repo: https://github.com/hadialqattan/pycln
30-
rev: v2.1.3
30+
rev: v2.1.5
3131
hooks:
3232
- id: pycln
3333
args: [ --all ]
@@ -50,7 +50,7 @@ repos:
5050

5151
# A tool to automatically fix common style issues in Python code. Has plugins.
5252
- repo: https://github.com/pycqa/flake8
53-
rev: '5.0.4' # fix to 5.0.4
53+
rev: '6.0.0' # fix to 5.0.4
5454
hooks:
5555
- id: flake8
5656
exclude: (__pycache__|.venv|tmp|.tox)

0 commit comments

Comments
 (0)