Skip to content

Commit

Permalink
Merge pull request #99 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 Mar 16, 2024
2 parents 9bfee8e + 045c7b3 commit f4d6e51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 24.2.0
hooks:
- id: black
additional_dependencies: ["click<8.1.0"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -27,16 +27,16 @@ repos:
- id: mixed-line-ending
args: ["--fix=lf"]
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: ["flake8-bugbear==21.4.3"]
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.4
rev: v3.15.1
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: isort except __init__.py
Expand Down

0 comments on commit f4d6e51

Please sign in to comment.