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/asottile/pyupgrade: v3.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0)
- [github.com/sirosen/check-jsonschema: 0.28.4 → 0.29.3](python-jsonschema/check-jsonschema@0.28.4...0.29.3)
- [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0)
- [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 8, 2024
1 parent 19efca2 commit 2241ac1
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,12 +1,12 @@
---
default_stages: [commit, push]
default_stages: [Nonepre-commitNone, Nonepre-pushNone]
default_language_version:
# force all unspecified python hooks to run python3
python: python3
minimum_pre_commit_version: "1.20.0"
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.17.0
hooks:
- id: pyupgrade
args:
Expand All @@ -17,7 +17,7 @@ repos:
- id: isort
args: ["--profile", "black", "--filter-files"]
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.28.4
rev: 0.29.3
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand All @@ -26,14 +26,14 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
args:
- --config
- ./pyproject.toml
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
args:
Expand Down

0 comments on commit 2241ac1

Please sign in to comment.