Skip to content

Commit 33d7ad8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v5.0.0](pre-commit/pre-commit-hooks@v4.0.1...v5.0.0) - [github.com/asottile/setup-cfg-fmt: v1.17.0 → v2.5.0](asottile/setup-cfg-fmt@v1.17.0...v2.5.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.1.1](PyCQA/flake8@4.0.1...7.1.1) - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.4 → v2.3.1](PyCQA/autoflake@v1.4...v2.3.1) - [github.com/PyCQA/isort: 5.8.0 → 5.13.2](PyCQA/isort@5.8.0...5.13.2) - [github.com/psf/black: 22.6.0 → 24.8.0](psf/black@22.6.0...24.8.0) - [github.com/asottile/pyupgrade: v2.19.0 → v3.17.0](asottile/pyupgrade@v2.19.0...v3.17.0)
1 parent 0a3fb33 commit 33d7ad8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,36 @@ ci:
22
autoupdate_schedule: 'quarterly'
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.0.1
5+
rev: v5.0.0
66
hooks:
77
- id: check-docstring-first
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- id: mixed-line-ending
1111
- id: check-merge-conflict
1212
- repo: https://github.com/asottile/setup-cfg-fmt
13-
rev: v1.17.0
13+
rev: v2.5.0
1414
hooks:
1515
- id: setup-cfg-fmt
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 4.0.1
17+
rev: 7.1.1
1818
hooks:
1919
- id: flake8
20-
- repo: https://github.com/myint/autoflake
21-
rev: v1.4
20+
- repo: https://github.com/PyCQA/autoflake
21+
rev: v2.3.1
2222
hooks:
2323
- id: autoflake
2424
args: ["--in-place", "--remove-all-unused-imports", "--ignore-init-module-imports", "--remove-unused-variables"]
2525
- repo: https://github.com/PyCQA/isort
26-
rev: 5.8.0
26+
rev: 5.13.2
2727
hooks:
2828
- id: isort
2929
- repo: https://github.com/psf/black
30-
rev: 22.6.0
30+
rev: 24.8.0
3131
hooks:
3232
- id: black
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v2.19.0
34+
rev: v3.17.0
3535
hooks:
3636
- id: pyupgrade
3737
args: [--py37-plus]

0 commit comments

Comments
 (0)