Skip to content

Commit a50e645

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.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0)
1 parent 764dd58 commit a50e645

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
args: [--profile, black, --settings-path, pyproject.toml]
2424

2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.19.1
26+
rev: v3.20.0
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py39-plus]
@@ -66,7 +66,7 @@ repos:
6666
- id: rst-backticks
6767

6868
- repo: https://github.com/pyCQA/flake8
69-
rev: 7.1.2
69+
rev: 7.3.0
7070
hooks:
7171
- id: flake8
7272
args: [--config, .flake8, --verbose, nidmresults, examples]

0 commit comments

Comments
 (0)