Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
idocyabra committed Apr 27, 2024
2 parents 1c97e39 + a563670 commit b2acdee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@ repos:
args: [--remove]
- id: mixed-line-ending
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.4.2
hooks:
- id: black
language_version: python3.10
exclude: ^docs/
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
exclude: ^docs/|^examples/
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.39.0
hooks:
- id: markdownlint
args: [-f]
exclude: ^(.github|tests)
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort

0 comments on commit b2acdee

Please sign in to comment.