Skip to content

Commit

Permalink
Merge pull request #131 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 May 6, 2024
2 parents 0f53bf4 + a253ab5 commit 657afaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.4"
rev: "0.4.2"
hooks:
- id: ruff-conda
- id: ruff-format-conda
- repo: https://github.com/Quantco/pre-commit-mirrors-mypy
rev: "1.9.0"
rev: "1.10.0"
hooks:
- id: mypy-conda
additional_dependencies:
Expand Down

0 comments on commit 657afaa

Please sign in to comment.