Skip to content

Commit a9584aa

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: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [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/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0)
1 parent 5064697 commit a9584aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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: '6.0.0'
11+
rev: '6.0.1'
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/psf/black
@@ -17,7 +17,7 @@ repos:
1717
- id: black
1818
language_version: python3 # Should be a command that runs python
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
exclude: >-
@@ -46,12 +46,12 @@ repos:
4646
- id: detect-private-key
4747
exclude: ^examples/
4848
- repo: https://github.com/PyCQA/flake8
49-
rev: '7.1.2'
49+
rev: '7.3.0'
5050
hooks:
5151
- id: flake8
5252
exclude: "^docs/"
5353
- repo: https://github.com/asottile/pyupgrade
54-
rev: 'v3.19.1'
54+
rev: 'v3.20.0'
5555
hooks:
5656
- id: pyupgrade
5757
args: ['--py36-plus']

0 commit comments

Comments
 (0)