Skip to content

Commit

Permalink
Merge pull request #8 from acsone/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
sbidoul authored Oct 18, 2022
2 parents 55d2f26 + dca6404 commit 6b5b474
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/PyCQA/autoflake
rev: v1.6.1
rev: v1.7.6
hooks:
- id: autoflake
args:
Expand Down Expand Up @@ -36,7 +36,7 @@ repos:
- id: docformatter
args: ["--in-place", "--wrap-summaries=88"]
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.1.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]

0 comments on commit 6b5b474

Please sign in to comment.