Skip to content

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
@@ -1,19 +1,19 @@
11
repos:
22
- repo: https://github.com/Quantco/pre-commit-mirrors-black
3-
rev: 24.3.0
3+
rev: 24.4.2
44
hooks:
55
- id: black-conda
66
args:
77
- --safe
88
- --target-version=py38
99
exclude: ^src/pytsql/grammar/
1010
- repo: https://github.com/Quantco/pre-commit-mirrors-ruff
11-
rev: 0.3.4
11+
rev: 0.4.3
1212
hooks:
1313
- id: ruff-conda
1414
exclude: ^src/pytsql/grammar/
1515
- repo: https://github.com/Quantco/pre-commit-mirrors-mypy
16-
rev: "1.9.0"
16+
rev: "1.10.0"
1717
hooks:
1818
- id: mypy-conda
1919
additional_dependencies: [ -c, conda-forge, types-setuptools ]

0 commit comments

Comments
 (0)