Skip to content

Commit fd37dbb

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/asottile/pyupgrade: v3.19.0 → v3.20.0](asottile/pyupgrade@v3.19.0...v3.20.0) - https://github.com/ikamensh/flynt/: 1.0.1 → 1.0.6 - [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.3.0](PyCQA/flake8@7.1.1...7.3.0)
1 parent e480037 commit fd37dbb

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
@@ -2,7 +2,7 @@
22
repos:
33

44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -16,18 +16,18 @@ 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.20.0
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py38-plus]
2323

2424
- repo: https://github.com/ikamensh/flynt/
25-
rev: 1.0.1
25+
rev: 1.0.6
2626
hooks:
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.3.0
6969
hooks:
7070
- id: flake8
7171
args: [--config, .flake8]

0 commit comments

Comments
 (0)