Skip to content

Commit 955bab8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.38.2 → v3.19.1](asottile/pyupgrade@v2.38.2...v3.19.1) - [github.com/pycqa/isort: 5.10.1 → 6.0.1](PyCQA/isort@5.10.1...6.0.1) - [github.com/hadialqattan/pycln: v2.1.1 → v2.5.0](hadialqattan/pycln@v2.1.1...v2.5.0) - [github.com/psf/black: 22.8.0 → 25.1.0](psf/black@22.8.0...25.1.0) - [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0) - [github.com/pycqa/flake8: 5.0.4 → 7.1.2](PyCQA/flake8@5.0.4...7.1.2) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0)
1 parent c9b7dfa commit 955bab8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

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

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v2.38.2
6+
rev: v3.19.1
77
hooks:
88
- id: pyupgrade
99
args:
1010
- --py37-plus
1111

1212
- repo: https://github.com/pycqa/isort
13-
rev: 5.10.1
13+
rev: 6.0.1
1414
hooks:
1515
- id: isort
1616

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

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

2828
- repo: https://github.com/asottile/yesqa
29-
rev: v1.4.0
29+
rev: v1.5.0
3030
hooks:
3131
- id: yesqa
3232
additional_dependencies: &flake8_deps
@@ -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: 7.1.2
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: v5.0.0
5353
hooks:
5454
- id: trailing-whitespace
5555
exclude: ^tests/.*/fixtures/.*

0 commit comments

Comments
 (0)