Skip to content

Commit

Permalink
Update hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein committed Jan 2, 2024
1 parent f4f985d commit 5d052cf
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,17 +1,17 @@
repos:
- repo: https://github.com/Quantco/pre-commit-mirrors-black
rev: 22.3.0
rev: 23.12.1
hooks:
- id: black-conda
args:
- --safe
- --target-version=py38
- repo: https://github.com/Quantco/pre-commit-mirrors-flake8
rev: v3.9.2
rev: 6.1.0
hooks:
- id: flake8-conda
- repo: https://github.com/Quantco/pre-commit-mirrors-isort
rev: 5.8.0
rev: 5.13.2
hooks:
- id: isort-conda
additional_dependencies: [-c, conda-forge, toml=0.10.2]
Expand Down

0 comments on commit 5d052cf

Please sign in to comment.