Skip to content

Commit

Permalink
Updated pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
elinscott committed May 7, 2024
1 parent e9b8f14 commit 3f1432d
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 @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
types: [file, python]
Expand All @@ -11,19 +11,19 @@ repos:
- id: check-yaml

- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
rev: v1.10.0
hooks:
- id: mypy
files: src/koopmans/
args: [--ignore-missing-imports]

- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.6.0
rev: v2.0.4
hooks:
- id: autopep8
args: [--max-line-length=120, -i]
Expand Down

0 comments on commit 3f1432d

Please sign in to comment.