We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c939bbf commit f15e0bfCopy full SHA for f15e0bf
.pre-commit-config.yaml
@@ -1,19 +1,19 @@
1
repos:
2
- repo: https://github.com/Quantco/pre-commit-mirrors-black
3
- rev: 23.10.1
+ rev: 23.11.0
4
hooks:
5
- id: black-conda
6
args:
7
- --safe
8
- --target-version=py38
9
exclude: ^src/pytsql/grammar/
10
- repo: https://github.com/Quantco/pre-commit-mirrors-ruff
11
- rev: 0.1.3
+ rev: 0.1.6
12
13
- id: ruff-conda
14
15
- repo: https://github.com/Quantco/pre-commit-mirrors-mypy
16
- rev: "1.6.1"
+ rev: "1.7.1"
17
18
- id: mypy-conda
19
additional_dependencies: [ -c, conda-forge, types-setuptools ]
0 commit comments