Skip to content

Commit f3a010f

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 1.8.3 → 1.8.0](python-poetry/poetry@1.8.3...1.8.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.0](PyCQA/flake8@6.1.0...7.1.0)
1 parent 3dc7a65 commit f3a010f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ repos:
2828
- id: end-of-file-fixer
2929
- id: trailing-whitespace
3030
- repo: https://github.com/python-poetry/poetry
31-
rev: 1.8.3
31+
rev: 1.8.0
3232
hooks:
3333
- id: poetry-check
3434
- repo: https://github.com/pre-commit/mirrors-prettier
35-
rev: v3.1.0
35+
rev: v4.0.0-alpha.8
3636
hooks:
3737
- id: prettier
3838
args: ["--tab-width", "2"]
@@ -50,16 +50,16 @@ repos:
5050
hooks:
5151
- id: isort
5252
- repo: https://github.com/psf/black
53-
rev: 23.12.1
53+
rev: 24.4.2
5454
hooks:
5555
- id: black
5656
- repo: https://github.com/codespell-project/codespell
57-
rev: v2.2.6
57+
rev: v2.3.0
5858
hooks:
5959
- id: codespell
6060
args: [-w]
6161
- repo: https://github.com/PyCQA/flake8
62-
rev: 6.1.0
62+
rev: 7.1.0
6363
hooks:
6464
- id: flake8
6565
#- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)