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.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0)
- [github.com/psf/black: 22.6.0 → 24.10.0](psf/black@22.6.0...24.10.0)
- [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.19.1](adamchainz/blacken-docs@v1.12.1...1.19.1)
- [github.com/asottile/pyupgrade: v2.37.3 → v3.19.0](asottile/pyupgrade@v2.37.3...v3.19.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 28, 2024
1 parent ed91576 commit ca65e44
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
@@ -1,27 +1,27 @@
default_stages: [commit, push]
default_stages: [pre-commit, pre-push]
fail_fast: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v5.0.0
hooks:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.19.1
hooks:
- id: blacken-docs
additional_dependencies: [black==21.5b2]
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py37-plus]

0 comments on commit ca65e44

Please sign in to comment.