Skip to content

Commit

Permalink
Pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
quant-ranger[bot] authored Apr 1, 2024
1 parent 2b18e57 commit c5f2b31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
repos:
- repo: https://github.com/Quantco/pre-commit-mirrors-black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black-conda
args:
- --safe
- --target-version=py38
exclude: ^src/pytsql/grammar/
- repo: https://github.com/Quantco/pre-commit-mirrors-ruff
rev: 0.3.0
rev: 0.3.4
hooks:
- id: ruff-conda
exclude: ^src/pytsql/grammar/
- repo: https://github.com/Quantco/pre-commit-mirrors-mypy
rev: "1.8.0"
rev: "1.9.0"
hooks:
- id: mypy-conda
additional_dependencies: [ -c, conda-forge, types-setuptools ]
Expand Down

0 comments on commit c5f2b31

Please sign in to comment.