Skip to content

Commit e92da85

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/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0) - [github.com/pyCQA/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0)
1 parent 764dd58 commit e92da85

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-ast
1010
- id: check-case-conflict
@@ -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]
@@ -55,7 +55,7 @@ repos:
5555
args: [--mapping, '4', --sequence, '4', --offset, '0']
5656

5757
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
58-
rev: v2.14.0
58+
rev: v2.15.0
5959
hooks:
6060
- id: pretty-format-toml
6161
args: [--autofix, --indent, '4']
@@ -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)