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.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/psf/black: 22.12.0 → 24.8.0](psf/black@22.12.0...24.8.0)
- [github.com/PyCQA/isort: 5.11.4 → 5.13.2](PyCQA/isort@5.11.4...5.13.2)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.17.0](asottile/pyupgrade@v3.3.1...v3.17.0)
- [github.com/andreoliwa/nitpick: v0.32.0 → v0.35.0](andreoliwa/nitpick@v0.32.0...v0.35.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 23, 2024
1 parent b593e64 commit 4ebc7c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: '^$|venv|.obsidian'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -11,7 +11,7 @@ repos:
- id: check-yaml
- id: debug-statements
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 24.8.0
hooks:
- id: black
language_version: python3.10
Expand All @@ -21,19 +21,19 @@ repos:
- id: autoflake
args: ['--in-place', '--remove-unused-variable']
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 5.13.2
hooks:
- id: isort
args: ['--line-length=79']
language_version: python3.10
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.17.0
hooks:
- id: pyupgrade
args:
- --py37-plus
- repo: https://github.com/andreoliwa/nitpick
rev: v0.32.0
rev: v0.35.0
hooks:
- id: nitpick
- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down

0 comments on commit 4ebc7c4

Please sign in to comment.