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: v2.26.0 → v3.15.0](asottile/pyupgrade@v2.26.0...v3.15.0)
- [github.com/psf/black: 21.9b0 → 23.9.1](psf/black@21.9b0...23.9.1)
- [github.com/PyCQA/flake8: 3.9.2 → 6.1.0](PyCQA/flake8@3.9.2...6.1.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/pre-commit/pre-commit-hooks: v4.0.1 → v4.5.0](pre-commit/pre-commit-hooks@v4.0.1...v4.5.0)
- [github.com/pre-commit/mirrors-prettier: v2.4.1 → v3.0.3](pre-commit/mirrors-prettier@v2.4.1...v3.0.3)
- https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake
- [github.com/PyCQA/autoflake: v1.4 → v2.2.1](PyCQA/autoflake@v1.4...v2.2.1)
- [github.com/mgedmin/check-manifest: 0.46 → 0.49](mgedmin/check-manifest@0.46...0.49)
  • Loading branch information
pre-commit-ci[bot] committed Oct 9, 2023
1 parent 4bfe289 commit 6e1f8b5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,43 @@ ci:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.26.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]

- repo: https://github.com/psf/black
rev: 21.9b0
rev: 23.9.1
hooks:
- id: black
args: ["--target-version", "py36"]

- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 6.1.0
hooks:
- id: flake8

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: python-check-blanket-noqa

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
- id: mixed-line-ending

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.4.1
rev: v3.0.3
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]

- repo: https://github.com/myint/autoflake
rev: v1.4
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
hooks:
- id: autoflake
args:
Expand All @@ -50,6 +50,6 @@ repos:
- --remove-unused-variables

- repo: https://github.com/mgedmin/check-manifest
rev: "0.46"
rev: "0.49"
hooks:
- id: check-manifest

0 comments on commit 6e1f8b5

Please sign in to comment.