Skip to content

Commit fe767e8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0)
1 parent e480037 commit fe767e8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: rst-inline-touching-normal # Detect mistake of inline code touching normal text in rst
1717

1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.19.0
19+
rev: v3.19.1
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py38-plus]
@@ -27,7 +27,7 @@ repos:
2727
- id: flynt
2828

2929
- repo: https://github.com/pycqa/isort
30-
rev: 5.13.2
30+
rev: 6.0.1
3131
hooks:
3232
- id: isort
3333
args: [--profile, black]
@@ -52,20 +52,20 @@ repos:
5252
args: [--mapping, '2', --sequence, '2', --offset, '0']
5353

5454
- repo: https://github.com/codespell-project/codespell
55-
rev: v2.3.0
55+
rev: v2.4.1
5656
hooks:
5757
- id: codespell
5858
args: [--toml, pyproject.toml]
5959
additional_dependencies: [tomli]
6060

6161
- repo: https://github.com/psf/black
62-
rev: 24.10.0
62+
rev: 25.1.0
6363
hooks:
6464
- id: black
6565
args: [--config, pyproject.toml]
6666

6767
- repo: https://github.com/pycqa/flake8
68-
rev: 7.1.1
68+
rev: 7.2.0
6969
hooks:
7070
- id: flake8
7171
args: [--config, .flake8]

0 commit comments

Comments
 (0)