Skip to content

Commit 519ec46

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.38.2 → v3.3.0](asottile/pyupgrade@v2.38.2...v3.3.0) - [github.com/hadialqattan/pycln: v2.1.1 → v2.1.2](hadialqattan/pycln@v2.1.1...v2.1.2) - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
1 parent c9b7dfa commit 519ec46

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v2.38.2
6+
rev: v3.3.0
77
hooks:
88
- id: pyupgrade
99
args:
@@ -15,13 +15,13 @@ repos:
1515
- id: isort
1616

1717
- repo: https://github.com/hadialqattan/pycln
18-
rev: v2.1.1
18+
rev: v2.1.2
1919
hooks:
2020
- id: pycln
2121
args: [--all]
2222

2323
- repo: https://github.com/psf/black
24-
rev: 22.8.0
24+
rev: 22.10.0
2525
hooks:
2626
- id: black
2727

@@ -43,13 +43,13 @@ repos:
4343
- pep8-naming==0.13.2
4444

4545
- repo: https://github.com/pycqa/flake8
46-
rev: 5.0.4
46+
rev: 6.0.0
4747
hooks:
4848
- id: flake8
4949
additional_dependencies: *flake8_deps
5050

5151
- repo: https://github.com/pre-commit/pre-commit-hooks
52-
rev: v4.3.0
52+
rev: v4.4.0
5353
hooks:
5454
- id: trailing-whitespace
5555
exclude: ^tests/.*/fixtures/.*

0 commit comments

Comments
 (0)