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.3.1 → v3.19.0](asottile/pyupgrade@v3.3.1...v3.19.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
- [github.com/psf/black: 23.1.0 → 24.10.0](psf/black@23.1.0...24.10.0)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/PyCQA/autoflake: v2.0.1 → v2.3.1](PyCQA/autoflake@v2.0.1...v2.3.1)
- [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.13.0](pre-commit/mirrors-mypy@v0.991...v1.13.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v4.0.0-alpha.8)
- [github.com/Lucas-C/pre-commit-hooks: v1.4.2 → v1.5.5](Lucas-C/pre-commit-hooks@v1.4.2...v1.5.5)
- [github.com/sirosen/texthooks: 0.5.0 → 0.6.7](sirosen/texthooks@0.5.0...0.6.7)
- [github.com/python-jsonschema/check-jsonschema: 0.21.0 → 0.29.4](python-jsonschema/check-jsonschema@0.21.0...0.29.4)
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent b46de6a commit acced75
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ repos:
- id: detect-discord-bot-tokens

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.19.0
hooks:
- id: pyupgrade
args: ["--py310-plus"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-ast
- id: check-builtin-literals
Expand Down Expand Up @@ -48,23 +48,23 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/PyCQA/autoflake
rev: v2.0.1
rev: v2.3.1
hooks:
- id: autoflake
args: ["-i", "--remove-all-unused-imports", "--remove-unused-variables"]

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 7.1.1
hooks:
- id: flake8
args: ["--ignore=E203,W503", "--max-line-length=88"]
Expand All @@ -76,31 +76,31 @@ repos:
additional_dependencies: ["tomli"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.13.0
hooks:
- id: mypy
args: ["--ignore-missing-imports", "--show-error-codes"]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v4.0.0-alpha.8
hooks:
- id: prettier
args: ["--print-width=88", "--prose-wrap=always"]
exclude: ^docs/internal/[a-z-]+\.md$

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.4.2
rev: v1.5.5
hooks:
- id: remove-tabs

- repo: https://github.com/sirosen/texthooks
rev: 0.5.0
rev: 0.6.7
hooks:
- id: fix-smartquotes
- id: fix-spaces

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.21.0
rev: 0.29.4
hooks:
- id: check-github-workflows
- id: check-renovate
Expand Down

0 comments on commit acced75

Please sign in to comment.