Skip to content

Commit df593d2

Browse files
[pre-commit.ci] pre-commit autoupdate (#631)
updates: - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/sirosen/slyp: 0.8.1 → 0.8.2](sirosen/slyp@0.8.1...0.8.2) - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2f9cbe1 commit df593d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: black
2020
language_version: python3
2121
- repo: https://github.com/PyCQA/isort
22-
rev: 6.0.0
22+
rev: 6.0.1
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/asottile/pyupgrade
@@ -36,7 +36,7 @@ repos:
3636
- 'flake8-comprehensions==3.14.0'
3737
- 'flake8-typing-as-t==0.0.3'
3838
- repo: https://github.com/sirosen/slyp
39-
rev: 0.8.1
39+
rev: 0.8.2
4040
hooks:
4141
- id: slyp
4242
- repo: https://github.com/codespell-project/codespell
@@ -49,7 +49,7 @@ repos:
4949
- "-L"
5050
- "assertIn"
5151
- repo: https://github.com/tox-dev/pyproject-fmt
52-
rev: v2.5.0
52+
rev: v2.5.1
5353
hooks:
5454
- id: pyproject-fmt
5555
additional_dependencies: ["tox>=4.9"]

0 commit comments

Comments
 (0)