Skip to content

Commit

Permalink
pre-commit: bump repositories (#524)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Oct 17, 2022
1 parent aaaf4f8 commit a1de450
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -18,7 +18,7 @@ repos:
- id: trailing-whitespace
- id: double-quote-string-fixer
- repo: https://github.com/asottile/pyupgrade
rev: v3.0.0
rev: v3.1.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
Expand All @@ -32,15 +32,15 @@ repos:
- id: blacken-docs
additional_dependencies: [black==22.6]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.1"
rev: "v3.0.0-alpha.2"
hooks:
- id: prettier
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.0.0
rev: v2.1.0
hooks:
- id: setup-cfg-fmt
args: [--include-version-classifiers, --max-py-version=3.11]
Expand All @@ -51,7 +51,7 @@ repos:
additional_dependencies: ["flake8-bugbear==22.7.1"]
language_version: python3.9
- repo: https://github.com/codespell-project/codespell
rev: "v2.2.1"
rev: "v2.2.2"
hooks:
- id: codespell
args: ["-L", "sur"]
Expand Down

0 comments on commit a1de450

Please sign in to comment.