Skip to content

Commit

Permalink
Add comments about pre-commit hook versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Oct 27, 2023
1 parent 02b019e commit f5d835a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
# Keep at v4.4.0 to support Python 3.7
rev: v4.4.0
hooks:
- id: check-symlinks
Expand All @@ -22,6 +23,7 @@ repos:
exclude: ^.*(\.ttl|\.cif)$

- repo: https://github.com/ambv/black
# Keep at 23.3.0 to support Python 3.7
rev: 23.3.0
hooks:
- id: black
Expand Down

0 comments on commit f5d835a

Please sign in to comment.