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 Feb 22, 2024
1 parent ff26c94 commit 3e717cc
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,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: check-yaml
- id: check-json
Expand All @@ -12,23 +12,23 @@ repos:
- id: no-commit-to-branch
- id: trailing-whitespace
- id: debug-statements
- id: double-quote-string-fixer
# - id: double-quote-string-fixer
- id: requirements-txt-fixer

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

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

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

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

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

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

0 comments on commit 3e717cc

Please # to comment.