Skip to content

Commit 68db6b6

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: 3.9.2 → 7.1.1](PyCQA/flake8@3.9.2...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: 21.5b2 → 24.8.0](psf/black@21.5b2...24.8.0) - [github.com/asottile/pyupgrade: v2.19.0 → v3.17.0](asottile/pyupgrade@v2.19.0...v3.17.0) - [github.com/pre-commit/mirrors-mypy: v0.812 → v1.11.2](pre-commit/mirrors-mypy@v0.812...v1.11.2) - [github.com/nbQA-dev/nbQA: 1.1.1 → 1.8.7](nbQA-dev/nbQA@1.1.1...1.8.7) - [github.com/kynan/nbstripout: 0.5.0 → 0.7.1](kynan/nbstripout@0.5.0...0.7.1)
1 parent 8f3aed4 commit 68db6b6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,48 @@ 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
- repo: https://github.com/asottile/setup-cfg-fmt
11-
rev: v1.17.0
11+
rev: v2.5.0
1212
hooks:
1313
- id: setup-cfg-fmt
1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 3.9.2
15+
rev: 7.1.1
1616
hooks:
1717
- id: flake8
1818
additional_dependencies: [flake8-typing-imports==1.7.0]
19-
- repo: https://github.com/myint/autoflake
20-
rev: v1.4
19+
- repo: https://github.com/PyCQA/autoflake
20+
rev: v2.3.1
2121
hooks:
2222
- id: autoflake
2323
args: ["--in-place", "--remove-all-unused-imports", "--ignore-init-module-imports", "--remove-unused-variables"]
2424
- repo: https://github.com/PyCQA/isort
25-
rev: 5.8.0
25+
rev: 5.13.2
2626
hooks:
2727
- id: isort
2828
- repo: https://github.com/psf/black
29-
rev: 21.5b2
29+
rev: 24.8.0
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v2.19.0
33+
rev: v3.17.0
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py37-plus]
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v0.812
38+
rev: v1.11.2
3939
hooks:
4040
- id: mypy
4141
- repo: https://github.com/nbQA-dev/nbQA
42-
rev: 1.1.1
42+
rev: 1.8.7
4343
hooks:
4444
- id: nbqa-black
4545
- id: nbqa-isort
4646
- repo: https://github.com/kynan/nbstripout
47-
rev: 0.5.0
47+
rev: 0.7.1
4848
hooks:
4949
- id: nbstripout

0 commit comments

Comments
 (0)