Skip to content

Commit

Permalink
fix: pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Mar 6, 2023
1 parent 2b4e08d commit 9ce702e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.2.0"
rev: "v4.4.0"
hooks:
- id: check-yaml
- id: check-json
Expand All @@ -16,19 +16,19 @@ repos:
- id: requirements-txt-fixer

- repo: https://github.com/psf/black
rev: "22.3.0"
rev: "23.1.0"
hooks:
- id: black
args:
- "--skip-string-normalization"

- repo: https://github.com/asottile/pyupgrade
rev: "v2.31.0"
rev: "v3.3.1"
hooks:
- id: pyupgrade

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.991"
rev: "v1.0.1"
hooks:
- id: mypy
args:
Expand All @@ -38,14 +38,14 @@ repos:
- types-pyyaml

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
args:
- "--max-line-length=100"

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
Expand All @@ -55,7 +55,7 @@ repos:
- "--filter-files"

- repo: https://github.com/PyCQA/autoflake
rev: v1.5.3
rev: v2.0.1
hooks:
- id: autoflake
args:
Expand Down

0 comments on commit 9ce702e

Please sign in to comment.