Skip to content

Commit 2a2908f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/rstcheck/rstcheck: v6.2.4 → v6.2.5](rstcheck/rstcheck@v6.2.4...v6.2.5)
1 parent 39f1edc commit 2a2908f

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
@@ -1,23 +1,23 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: 'v5.0.0'
3+
rev: 'v6.0.0'
44
hooks:
55
- id: check-merge-conflict
66
- repo: https://github.com/asottile/yesqa
77
rev: v1.5.0
88
hooks:
99
- id: yesqa
1010
- repo: https://github.com/PyCQA/isort
11-
rev: '5.13.2'
11+
rev: '6.0.1'
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/psf/black
15-
rev: '24.10.0'
15+
rev: '25.1.0'
1616
hooks:
1717
- id: black
1818
language_version: python3 # Should be a command that runs python3.6+
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: 'v5.0.0'
20+
rev: 'v6.0.0'
2121
hooks:
2222
- id: end-of-file-fixer
2323
- id: requirements-txt-fixer
@@ -43,18 +43,18 @@ repos:
4343
- id: detect-private-key
4444
exclude: ^examples/
4545
- repo: https://github.com/asottile/pyupgrade
46-
rev: 'v3.19.1'
46+
rev: 'v3.20.0'
4747
hooks:
4848
- id: pyupgrade
4949
args: ['--py36-plus']
5050
- repo: https://github.com/PyCQA/flake8
51-
rev: '7.1.1'
51+
rev: '7.3.0'
5252
hooks:
5353
- id: flake8
5454
exclude: "^docs/"
5555

5656
- repo: https://github.com/rstcheck/rstcheck
57-
rev: v6.2.4
57+
rev: v6.2.5
5858
hooks:
5959
- id: rstcheck
6060
files: >-

0 commit comments

Comments
 (0)