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 Aug 28, 2023
1 parent 7ef6649 commit 4214087
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
Expand Up @@ -8,7 +8,7 @@ repos:
- --target-version=py38
exclude: ^src/pytsql/grammar/
- repo: https://github.com/Quantco/pre-commit-mirrors-flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8-conda
exclude: ^src/pytsql/grammar/
Expand All @@ -19,13 +19,13 @@ repos:
additional_dependencies: [toml]
exclude: ^src/pytsql/grammar/
- repo: https://github.com/Quantco/pre-commit-mirrors-mypy
rev: "1.4.1"
rev: "1.5.1"
hooks:
- id: mypy-conda
additional_dependencies: [ -c, conda-forge, types-setuptools ]
exclude: ^src/pytsql/grammar/
- repo: https://github.com/Quantco/pre-commit-mirrors-pyupgrade
rev: 3.9.0
rev: 3.10.1
hooks:
- id: pyupgrade-conda
exclude: ^src/pytsql/grammar/
Expand Down

0 comments on commit 4214087

Please sign in to comment.