Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/PyCQA/autoflake: v2.2.0 → v2.2.1](PyCQA/autoflake@v2.2.0...v2.2.1)
- [github.com/asottile/add-trailing-comma: v2.5.1 → v3.1.0](asottile/add-trailing-comma@v2.5.1...v3.1.0)
- [github.com/psf/black: 23.3.0 → 24.1.1](psf/black@23.3.0...24.1.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 29, 2024
1 parent 8bdc9d2 commit 62bd30f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_language_version:
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
args: ['--maxkb=512']
Expand All @@ -15,13 +15,13 @@ repos:
- id: requirements-txt-fixer

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
exclude: main.spec

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: [
Expand All @@ -32,7 +32,7 @@ repos:
name: isort (python)

- repo: https://github.com/PyCQA/autoflake
rev: v2.2.0
rev: v2.2.1
hooks:
- id: autoflake
name: autoflake
Expand All @@ -48,14 +48,14 @@ repos:
]

- repo: https://github.com/asottile/add-trailing-comma
rev: v2.5.1
rev: v3.1.0
hooks:
- id: add-trailing-comma
args:
- --py36-plus

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.1.1
hooks:
- id: black
args: [
Expand Down

0 comments on commit 62bd30f

Please sign in to comment.