Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilmanAIDENTIFIED committed Nov 21, 2023
1 parent d186175 commit c290ac0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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: v4.4.0
rev: v4.5.0
hooks:
- id: check-symlinks
# - id: check-executables-have-shebangs
Expand All @@ -23,24 +23,24 @@ repos:
- id: fix-byte-order-marker
- id: mixed-line-ending
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.9.0
rev: v3.12.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.11.0
hooks:
- id: black
language_version: python3.9
args: ['-l', '88']
# Run flake8 last, to catch any remaining issues not caught/fixed by
# the other hooks.
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
exclude: ^manage.py$
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.1
rev: v1.5.4
hooks:
- id: insert-license
files: \.py$
Expand Down

0 comments on commit c290ac0

Please sign in to comment.