Skip to content

Commit ea67c5f

Browse files
[pre-commit.ci] pre-commit autoupdate (#75)
updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/adamchainz/blacken-docs: 1.19.0 → 1.19.1](adamchainz/blacken-docs@1.19.0...1.19.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/pyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 19cf3ce commit ea67c5f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,32 @@ repos:
1717
- id: trailing-whitespace
1818

1919
- repo: https://github.com/pycqa/isort
20-
rev: 5.13.2
20+
rev: 6.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.17.0
26+
rev: v3.19.1
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py39-plus]
3030

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

3737
- repo: https://github.com/adamchainz/blacken-docs
38-
rev: 1.19.0
38+
rev: 1.19.1
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.3.0
45+
rev: v2.4.1
4646
hooks:
4747
- id: codespell
4848
args: [--toml, pyproject.toml]
@@ -66,7 +66,7 @@ repos:
6666
- id: rst-backticks
6767

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

0 commit comments

Comments
 (0)