Skip to content

Commit 4edf982

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0) - [github.com/asottile/setup-cfg-fmt: v2.0.0 → v2.8.0](asottile/setup-cfg-fmt@v2.0.0...v2.8.0) - [github.com/PyCQA/flake8: 5.0.4 → 7.3.0](PyCQA/flake8@5.0.4...7.3.0) - [github.com/PyCQA/autoflake: v1.6.1 → v2.3.1](PyCQA/autoflake@v1.6.1...v2.3.1) - [github.com/PyCQA/isort: 5.10.1 → 6.0.1](PyCQA/isort@5.10.1...6.0.1) - [github.com/psf/black: 22.8.0 → 25.1.0](psf/black@22.8.0...25.1.0) - [github.com/asottile/pyupgrade: v2.38.2 → v3.20.0](asottile/pyupgrade@v2.38.2...v3.20.0) - [github.com/pre-commit/mirrors-mypy: v0.981 → v1.16.1](pre-commit/mirrors-mypy@v0.981...v1.16.1) - [github.com/kynan/nbstripout: 0.6.1 → 0.8.1](kynan/nbstripout@0.6.1...0.8.1)
1 parent d67c2eb commit 4edf982

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,45 @@ ci:
22
autoupdate_schedule: 'quarterly'
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.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.0.0
13+
rev: v2.8.0
1414
hooks:
1515
- id: setup-cfg-fmt
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 5.0.4
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: v1.6.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.10.1
27+
rev: 6.0.1
2828
hooks:
2929
- id: isort
3030
- repo: https://github.com/psf/black
31-
rev: 22.8.0
31+
rev: 25.1.0
3232
hooks:
3333
- id: black
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v2.38.2
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: v0.981
40+
rev: v1.16.1
4141
hooks:
4242
- id: mypy
4343
- repo: https://github.com/kynan/nbstripout
44-
rev: 0.6.1
44+
rev: 0.8.1
4545
hooks:
4646
- id: nbstripout

0 commit comments

Comments
 (0)