Skip to content

Commit 2ca4d39

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/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.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent f5483e1 commit 2ca4d39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
pass_filenames: true
1818
types: [file, rst]
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: 'v5.0.0'
20+
rev: 'v6.0.0'
2121
hooks:
2222
- id: check-merge-conflict
2323
- repo: https://github.com/asottile/yesqa
@@ -34,7 +34,7 @@ repos:
3434
- id: black
3535
language_version: python3 # Should be a command that runs python3
3636
- repo: https://github.com/pre-commit/pre-commit-hooks
37-
rev: 'v5.0.0'
37+
rev: 'v6.0.0'
3838
hooks:
3939
- id: end-of-file-fixer
4040
exclude: >-
@@ -66,12 +66,12 @@ repos:
6666
- id: detect-private-key
6767
exclude: ^examples/
6868
- repo: https://github.com/asottile/pyupgrade
69-
rev: 'v3.19.1'
69+
rev: 'v3.20.0'
7070
hooks:
7171
- id: pyupgrade
7272
args: ['--py38-plus']
7373
- repo: https://github.com/PyCQA/flake8
74-
rev: '7.2.0'
74+
rev: '7.3.0'
7575
hooks:
7676
- id: flake8
7777
exclude: "^docs/"

0 commit comments

Comments
 (0)