Skip to content

Commit

Permalink
Update to newer pre-commit hooks (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
BTOdell committed Sep 18, 2022
1 parent 205efc5 commit 34b8b67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:
exclude: ^eigency/eigen
repos:
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.8.0
hooks:
- id: black
args: [--line-length, "120"]
Expand All @@ -19,17 +19,17 @@ repos:
name: isort (pyi)
types: [pyi]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/PyCQA/bandit
rev: 1.7.2
rev: 1.7.4
hooks:
- id: bandit

0 comments on commit 34b8b67

Please sign in to comment.