Skip to content

Commit 09a2c8e

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.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.1](asottile/pyupgrade@v3.19.1...v3.21.1) - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.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 09a2c8e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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
@@ -17,25 +17,25 @@ repos:
1717
- id: trailing-whitespace
1818

1919
- repo: https://github.com/pycqa/isort
20-
rev: 6.0.1
20+
rev: 7.0.0
2121
hooks:
2222
- id: isort
2323
args: [--profile, black, --settings-path, pyproject.toml]
2424

2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.19.1
26+
rev: v3.21.1
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py39-plus]
3030

3131
- repo: https://github.com/psf/black-pre-commit-mirror
32-
rev: 25.1.0
32+
rev: 25.11.0
3333
hooks:
3434
- id: black
3535
args: [--config, pyproject.toml]
3636

3737
- repo: https://github.com/adamchainz/blacken-docs
38-
rev: 1.19.1
38+
rev: 1.20.0
3939
hooks:
4040
- id: blacken-docs
4141
additional_dependencies:
@@ -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)