Skip to content

Commit 9f2505e

Browse files
Pre-commit autoupdate (#145)
### Updates | Hook | Version Update | |---|:---:| |https://github.com/Quantco/pre-commit-mirrors-ruff|[0.4.7 → 0.6.2](https://github.com/Quantco/pre-commit-mirrors-ruff/compare/0.4.7...0.6.2)| |https://github.com/Quantco/pre-commit-mirrors-mypy|[1.10.0 → 1.10.1](https://github.com/Quantco/pre-commit-mirrors-mypy/compare/1.10.0...1.10.1)| Co-authored-by: quant-ranger[bot] <132915763+quant-ranger[bot]@users.noreply.github.com>
1 parent b41df24 commit 9f2505e

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)