Skip to content

Commit

Permalink
chore: bump pre-commit hooks version
Browse files Browse the repository at this point in the history
  • Loading branch information
TommasoLencioni committed Oct 31, 2023
1 parent 318479f commit c8b7cc6
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,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: f71fa2c #v4.4.0
rev: c4a0b88 #v4.5.0
hooks:
- id: check-case-conflict
- id: check-docstring-first
Expand Down Expand Up @@ -29,6 +29,6 @@ repos:
- id: requirements-txt-fixer

- repo: https://github.com/asottile/reorder_python_imports
rev: b5d69d1 #v3.9.0
rev: a8eaa42 #v3.12.0
hooks:
- id: reorder-python-imports

0 comments on commit c8b7cc6

Please sign in to comment.