Skip to content

Commit

Permalink
Update pre-commit hooks (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Aug 21, 2023
2 parents 23c24e8 + 5667e64 commit e735ab2
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 @@ -20,7 +20,7 @@ repos:
args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows

- repo: https://github.com/PyCQA/autoflake
rev: v2.1.1
rev: v2.2.0
hooks:
- id: autoflake
args: [
Expand All @@ -40,19 +40,19 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
language_version: python3

- repo: https://github.com/asottile/blacken-docs
rev: 1.14.0
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==22.*]

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]
Expand All @@ -72,4 +72,4 @@ repos:
from validate_pyproject.cli import main;
main()
additional_dependencies:
- validate-pyproject[all]>=0.8
- validate-pyproject[all]>=0.13

0 comments on commit e735ab2

Please sign in to comment.