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.15.0](asottile/pyupgrade@v3.3.1...v3.15.0)
- [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/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
- [github.com/psf/black: 22.12.0 → 24.1.1](psf/black@22.12.0...24.1.1)
- [github.com/PyCQA/isort: 5.11.1 → 5.13.2](PyCQA/isort@5.11.1...5.13.2)
- [github.com/PyCQA/pydocstyle: 6.1.1 → 6.3.0](PyCQA/pydocstyle@6.1.1...6.3.0)
- [github.com/PyCQA/autoflake: v2.0.0 → v2.2.1](PyCQA/autoflake@v2.0.0...v2.2.1)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.8.0](pre-commit/mirrors-mypy@v0.991...v1.8.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/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.12.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.12.0)
- [github.com/Lucas-C/pre-commit-hooks: v1.3.1 → v1.5.4](Lucas-C/pre-commit-hooks@v1.3.1...v1.5.4)
- [github.com/sirosen/texthooks: 0.4.0 → 0.6.4](sirosen/texthooks@0.4.0...0.6.4)
- [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.27.4](python-jsonschema/check-jsonschema@0.19.2...0.27.4)
  • Loading branch information
pre-commit-ci[bot] authored Feb 5, 2024
1 parent cf5ffd8 commit ebfb79e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.15.0
hooks:
- id: pyupgrade
args: ["--py310-plus"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-ast
- id: check-builtin-literals
Expand All @@ -26,7 +26,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: python-check-blanket-noqa
- id: python-check-blanket-type-ignore
Expand All @@ -37,57 +37,57 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 24.1.1
hooks:
- id: black

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

- repo: https://github.com/PyCQA/pydocstyle
rev: 6.1.1
rev: 6.3.0
hooks:
- id: pydocstyle
additional_dependencies: ["toml"]

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

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.8.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: ["--prose-wrap=always"]

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.5.0
rev: v2.12.0
hooks:
- id: pretty-format-toml
args: ["--autofix"]

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

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

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.19.2
rev: 0.27.4
hooks:
- id: check-github-workflows

0 comments on commit ebfb79e

Please sign in to comment.