Skip to content

Commit 1ddb715

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/hadialqattan/pycln: v2.1.3 → v2.1.5](hadialqattan/pycln@v2.1.3...v2.1.5) - [github.com/asottile/pyupgrade: v3.3.1 → v3.6.0](asottile/pyupgrade@v3.3.1...v3.6.0) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
1 parent 778bda4 commit 1ddb715

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424

2525
# A formatter for finding and removing unused import statements.
2626
- repo: https://github.com/hadialqattan/pycln
27-
rev: v2.1.3
27+
rev: v2.1.5
2828
hooks:
2929
- id: pycln
3030
args: [ --all ]
@@ -47,14 +47,14 @@ repos:
4747

4848
# A tool to automatically upgrade syntax for newer versions of the python language.
4949
- repo: https://github.com/asottile/pyupgrade
50-
rev: v3.3.1
50+
rev: v3.6.0
5151
hooks:
5252
- id: pyupgrade
5353
args: [ --py36-plus ]
5454

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

0 commit comments

Comments
 (0)