Skip to content

Commit 37c2ce2

Browse files
Pre-commit autoupdate
1 parent 12a46f6 commit 37c2ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ repos:
88
- --target-version=py38
99
exclude: ^src/pytsql/grammar/
1010
- repo: https://github.com/Quantco/pre-commit-mirrors-ruff
11-
rev: 0.4.7
11+
rev: 0.6.2
1212
hooks:
1313
- id: ruff-conda
1414
exclude: ^src/pytsql/grammar/
1515
- repo: https://github.com/Quantco/pre-commit-mirrors-mypy
16-
rev: "1.10.0"
16+
rev: "1.10.1"
1717
hooks:
1818
- id: mypy-conda
1919
additional_dependencies: [ -c, conda-forge, types-setuptools ]

0 commit comments

Comments
 (0)