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/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2)
- [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 17, 2024
1 parent 048deed commit f01dc6a
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 @@ -32,13 +32,13 @@ repos:
exclude: ^(devtools|demo_resources|\.github)/
args: ['--filter-files', '--settings-file', 'pyproject.toml']
- repo: https://github.com/psf/black
rev: '23.12.1' # Keep in sync with requirements-dev.txt
rev: '24.4.2' # Keep in sync with requirements-dev.txt
hooks:
- id: black
exclude: ^(devtools|demo_resources|\.github)/
args: ['--config', 'pyproject.toml']
- repo: https://github.com/PyCQA/flake8
rev: '7.0.0' # Keep in sync with requirements-dev.txt
rev: '7.1.0' # Keep in sync with requirements-dev.txt
hooks:
- id: flake8
exclude: ^(devtools|demo_resources|\.github)/
Expand All @@ -56,7 +56,7 @@ repos:
types: [] # Overwrite with empty in order to fallback to types_or
types_or: [python, pyi]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.5.0'
rev: 'v4.6.0'
hooks:
- id: mixed-line-ending
args: [--fix=lf]
Expand Down

0 comments on commit f01dc6a

Please sign in to comment.