Skip to content

Commit ac5a962

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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 051f847 commit ac5a962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)