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/nuztalgia/botstrap: 0.2.8 → 0.2.9](nuztalgia/botstrap@0.2.8...0.2.9)
- [github.com/asottile/pyupgrade: v3.3.0 → v3.15.0](asottile/pyupgrade@v3.3.0...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)
- https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8
- [github.com/hhatto/autopep8: v2.0.0 → v2.0.4](hhatto/autopep8@v2.0.0...v2.0.4)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.6.1](pre-commit/mirrors-mypy@v0.991...v1.6.1)
- [github.com/PyCQA/autoflake: v2.0.0 → v2.2.1](PyCQA/autoflake@v2.0.0...v2.2.1)
- [github.com/psf/black: 22.10.0 → 23.10.1](psf/black@22.10.0...23.10.1)
- [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
- [github.com/PyCQA/pydocstyle: 6.1.1 → 6.3.0](PyCQA/pydocstyle@6.1.1...6.3.0)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.3)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.11.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.11.0)
- [github.com/sirosen/texthooks: 0.4.0 → 0.6.2](sirosen/texthooks@0.4.0...0.6.2)
  • Loading branch information
pre-commit-ci[bot] authored Nov 6, 2023
1 parent 2127711 commit 271d3dc
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ default_language_version:

repos:
- repo: https://github.com/nuztalgia/botstrap
rev: 0.2.8
rev: 0.2.9
hooks:
- id: detect-discord-bot-tokens

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.0
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 @@ -39,7 +39,7 @@ repos:
exclude: ^\.github\/.*_TEMPLATE.*\.md$

- 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 @@ -49,61 +49,61 @@ repos:
- id: python-use-type-annotations
- id: text-unicode-replacement-char

- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.0
- repo: https://github.com/hhatto/autopep8
rev: v2.0.4
hooks:
- id: autopep8
args: ["--ignore=E203", "--in-place", "--max-line-length=88"]

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

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

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.10.1
hooks:
- id: black

- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
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/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
args: ["--ignore=E203,W503", "--max-line-length=88"]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v3.0.3
hooks:
- id: prettier
args: ["--config=.github/prettier.json", "--no-error-on-unmatched-pattern"]
exclude: ^\.github\/.*_TEMPLATE.*\.md$

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

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

Expand Down

0 comments on commit 271d3dc

Please sign in to comment.