Skip to content

Commit d466352

Browse files
committed
Update build dependencies
1 parent c764a4f commit d466352

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
default_language_version:
33
python: python3.11
44
repos:
5-
- repo: https://github.com/python-poetry/poetry
6-
rev: 1.4.2
5+
- repo: https://github.com/python-poetry/poetry-plugin-export
6+
rev: 1.9.0
77
hooks:
88
- id: poetry-export
99
- repo: https://github.com/psf/black
10-
rev: 23.3.0
10+
rev: 25.9.0
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/PyCQA/flake8
14-
rev: 6.0.0
14+
rev: 7.3.0
1515
hooks:
1616
- id: flake8
1717
- repo: https://github.com/PyCQA/isort
18-
rev: 5.12.0
18+
rev: 7.0.0
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.4.0
22+
rev: v6.0.0
2323
hooks:
2424
- id: trailing-whitespace
2525
- id: end-of-file-fixer

0 commit comments

Comments
 (0)