Skip to content

Commit 806c707

Browse files
[pre-commit.ci] pre-commit autoupdate (#89)
updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.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 add8928 commit 806c707

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ repos:
1111

1212
# Sorts Python imports alphabetically and by section with `isort`.
1313
- repo: https://github.com/pycqa/isort
14-
rev: 5.13.2
14+
rev: 6.0.0
1515
hooks:
1616
- id: isort
1717
args: [--profile, black, --settings-path, pyproject.toml]
1818

1919
- repo: https://github.com/psf/black
20-
rev: 24.10.0
20+
rev: 25.1.0
2121
hooks:
2222
- id: black
2323

2424
# Checks for spelling errors
2525
- repo: https://github.com/codespell-project/codespell
26-
rev: v2.4.0
26+
rev: v2.4.1
2727
hooks:
2828
- id: codespell
2929
args: [--toml, pyproject.toml, --skip="CHANGELOG.md"]
@@ -43,7 +43,7 @@ repos:
4343
# flake8-functions checks functions quality: https://pypi.org/project/flake8-functions/
4444
# flake8-bugbear detects some common bugs: https://github.com/PyCQA/flake8-bugbear
4545
- repo: https://github.com/pyCQA/flake8
46-
rev: 7.1.1
46+
rev: 7.1.2
4747
hooks:
4848
- id: flake8
4949
args: [--config, .flake8, --verbose, reproschema]

0 commit comments

Comments
 (0)