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.7.4 → v3.10.1](asottile/pyupgrade@v2.7.4...v3.10.1)
- [github.com/psf/black: 20.8b1 → 23.7.0](psf/black@20.8b1...23.7.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.4 → 6.1.0](PyCQA/flake8@3.8.4...6.1.0)
- [github.com/pycqa/isort: 5.7.0 → 5.12.0](PyCQA/isort@5.7.0...5.12.0)
- [github.com/pre-commit/pygrep-hooks: v1.7.0 → v1.10.0](pre-commit/pygrep-hooks@v1.7.0...v1.10.0)
- [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.4.0](pre-commit/pre-commit-hooks@v3.4.0...v4.4.0)
- [github.com/pre-commit/mirrors-prettier: v2.2.1 → v3.0.2](pre-commit/mirrors-prettier@v2.2.1...v3.0.2)
- https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake
- [github.com/PyCQA/autoflake: v1.4 → v2.2.0](PyCQA/autoflake@v1.4...v2.2.0)
  • Loading branch information
pre-commit-ci[bot] committed Aug 22, 2023
1 parent f06b20a commit 95a9ac6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.4
rev: v3.10.1
hooks:
- id: pyupgrade
args: ["--py36-plus"]

- repo: https://github.com/psf/black
rev: 20.8b1
rev: 23.7.0
hooks:
- id: black
args: ["--target-version", "py36"]

- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: [flake8-2020]

- repo: https://github.com/pycqa/isort
rev: 5.7.0
rev: 5.12.0
hooks:
- id: isort

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

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.4.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.2.1
rev: v3.0.2
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.0
hooks:
- id: autoflake
args:
Expand Down

0 comments on commit 95a9ac6

Please sign in to comment.