Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzkoerber committed Nov 15, 2022
1 parent 8f460f5 commit 50cb850
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.0.1
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -9,28 +9,28 @@ repos:
- id: check-toml

- repo: https://github.com/psf/black
rev: 21.7b0
rev: 22.10.0
hooks:
- id: black

- repo: https://github.com/pycqa/isort
rev: 5.9.2
rev: 5.10.1
hooks:
- id: isort

- repo: https://github.com/humitos/mirrors-autoflake
rev: v1.3
- repo: https://github.com/PyCQA/autoflake
rev: v1.7.7
hooks:
- id: autoflake
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']

- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
hooks:
- id: flake8

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.10.2
rev: 0.19.1
hooks:
- id: check-github-workflows
- id: check-github-actions

0 comments on commit 50cb850

Please sign in to comment.