We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c764a4f commit d466352Copy full SHA for d466352
.pre-commit-config.yaml
@@ -2,24 +2,24 @@
2
default_language_version:
3
python: python3.11
4
repos:
5
- - repo: https://github.com/python-poetry/poetry
6
- rev: 1.4.2
+ - repo: https://github.com/python-poetry/poetry-plugin-export
+ rev: 1.9.0
7
hooks:
8
- id: poetry-export
9
- repo: https://github.com/psf/black
10
- rev: 23.3.0
+ rev: 25.9.0
11
12
- id: black
13
- repo: https://github.com/PyCQA/flake8
14
- rev: 6.0.0
+ rev: 7.3.0
15
16
- id: flake8
17
- repo: https://github.com/PyCQA/isort
18
- rev: 5.12.0
+ rev: 7.0.0
19
20
- id: isort
21
- repo: https://github.com/pre-commit/pre-commit-hooks
22
- rev: v4.4.0
+ rev: v6.0.0
23
24
- id: trailing-whitespace
25
- id: end-of-file-fixer
0 commit comments