Skip to content

Commit 2b3b964

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/asottile/setup-cfg-fmt: v2.4.0 → v2.8.0](asottile/setup-cfg-fmt@v2.4.0...v2.8.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.3.0](PyCQA/flake8@6.1.0...7.3.0) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/PyCQA/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/psf/black: 23.9.1 → 25.1.0](psf/black@23.9.1...25.1.0) - [github.com/asottile/pyupgrade: v3.13.0 → v3.20.0](asottile/pyupgrade@v3.13.0...v3.20.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.16.1](pre-commit/mirrors-mypy@v1.5.1...v1.16.1)
1 parent 823829e commit 2b3b964

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,41 +2,41 @@ ci:
22
autoupdate_schedule: 'quarterly'
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
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: v2.4.0
13+
rev: v2.8.0
1414
hooks:
1515
- id: setup-cfg-fmt
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 6.1.0
17+
rev: 7.3.0
1818
hooks:
1919
- id: flake8
2020
additional_dependencies: [flake8-typing-imports==1.7.0]
2121
- repo: https://github.com/PyCQA/autoflake
22-
rev: v2.2.1
22+
rev: v2.3.1
2323
hooks:
2424
- id: autoflake
2525
args: ["--in-place", "--remove-all-unused-imports", "--ignore-init-module-imports", "--remove-unused-variables"]
2626
- repo: https://github.com/PyCQA/isort
27-
rev: 5.12.0
27+
rev: 6.0.1
2828
hooks:
2929
- id: isort
3030
- repo: https://github.com/psf/black
31-
rev: 23.9.1
31+
rev: 25.1.0
3232
hooks:
3333
- id: black
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.13.0
35+
rev: v3.20.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py37-plus]
3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.5.1
40+
rev: v1.16.1
4141
hooks:
4242
- id: mypy

0 commit comments

Comments
 (0)