Skip to content

Commit ddefb1b

Browse files
committed
Update .pre-commit-config.yaml
1 parent f044a05 commit ddefb1b

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
@@ -1,25 +1,25 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.3.0
3+
rev: 24.10.0
44
hooks:
55
- id: black
66
language_version: python3.10
77
- repo: https://github.com/pre-commit/mirrors-mypy
8-
rev: v1.2.0 # Updated to the desired version of mypy
8+
rev: v1.13.0 # Updated to the desired version of mypy
99
hooks:
1010
- id: mypy
1111
language_version: python3.10
1212
- repo: https://github.com/python-poetry/poetry
13-
rev: 1.4.0
13+
rev: 1.8.2
1414
hooks:
1515
- id: poetry-check
1616
- repo: https://github.com/pycqa/flake8
17-
rev: 6.0.0
17+
rev: 6.1.0
1818
hooks:
1919
- id: flake8
2020
additional_dependencies: [Flake8-pyproject]
2121
- repo: https://github.com/pycqa/isort
22-
rev: 5.12.0
22+
rev: 5.13.2
2323
hooks:
2424
- id: isort
2525
name: isort (python)

0 commit comments

Comments
 (0)