Skip to content

Commit

Permalink
Merge pull request #125 from data-engineering-collective/pre-commit-a…
Browse files Browse the repository at this point in the history
…utoupdate

Auto-update pre-commit hooks
  • Loading branch information
xhochy authored Apr 7, 2024
2 parents 4d16173 + e6c59ed commit 078f271
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,12 +1,12 @@
repos:
# Run ruff first because autofix behaviour is enabled
- repo: https://github.com/Quantco/pre-commit-mirrors-ruff
rev: "0.3.0"
rev: "0.3.4"
hooks:
- id: ruff-conda
- id: ruff-format-conda
- repo: https://github.com/Quantco/pre-commit-mirrors-mypy
rev: "1.8.0"
rev: "1.9.0"
hooks:
- id: mypy-conda
additional_dependencies:
Expand All @@ -18,7 +18,7 @@ repos:
- types-boto
- boto3-stubs
- repo: https://github.com/Quantco/pre-commit-mirrors-pyupgrade
rev: 3.15.1
rev: 3.15.2
hooks:
- id: pyupgrade-conda
args:
Expand Down

0 comments on commit 078f271

Please sign in to comment.