Skip to content

Commit a540087

Browse files
Pre-commit autoupdate (#127)
### Updates | Hook | Version Update | |---|:---:| |https://github.com/Quantco/pre-commit-mirrors-black|[23.12.1 → 24.1.1](https://github.com/Quantco/pre-commit-mirrors-black/compare/23.12.1...24.1.1)| |https://github.com/Quantco/pre-commit-mirrors-ruff|[0.1.9 → 0.2.0](https://github.com/Quantco/pre-commit-mirrors-ruff/compare/0.1.9...0.2.0)| Co-authored-by: quant-ranger[bot] <132915763+quant-ranger[bot]@users.noreply.github.com>
1 parent b0afe82 commit a540087

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
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/Quantco/pre-commit-mirrors-black
3-
rev: 23.12.1
3+
rev: 24.1.1
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.1.9
11+
rev: 0.2.0
1212
hooks:
1313
- id: ruff-conda
1414
exclude: ^src/pytsql/grammar/

0 commit comments

Comments
 (0)