Skip to content

Commit 1087a03

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 → 9.0.0b1](PyCQA/isort@6.0.1...9.0.0b1) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.2](asottile/pyupgrade@v3.19.1...v3.21.2) - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.5.1](psf/black-pre-commit-mirror@25.1.0...26.5.1) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.16.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.16.0) - [github.com/pyCQA/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0)
1 parent 764dd58 commit 1087a03

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

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

1919
- repo: https://github.com/pycqa/isort
20-
rev: 6.0.1
20+
rev: 9.0.0b1
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.2
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: 26.5.1
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:
4242
- black==23.9.1
4343

4444
- repo: https://github.com/codespell-project/codespell
45-
rev: v2.4.1
45+
rev: v2.4.2
4646
hooks:
4747
- id: codespell
4848
args: [--toml, pyproject.toml]
@@ -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.16.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)