Skip to content

Commit

Permalink
🤖 pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](hukkin/mdformat@0.7.16...0.7.17)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.3.0 → 24.8.0](psf/black@23.3.0...24.8.0)
- [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 632955c commit d997726
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 @@ -3,7 +3,7 @@ ci:
autoupdate_commit_msg: ':robot: pre-commit autoupdate'
repos:
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
rev: 0.7.17
hooks:
- id: mdformat
# Optionally add plugins
Expand All @@ -12,7 +12,7 @@ repos:
- mdformat-black
- mdformat-shfmt
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-added-large-files
args: ['--maxkb=50000']
Expand All @@ -34,17 +34,17 @@ repos:
- id: trailing-whitespace
exclude: 'setup.cfg'
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.3.0 # Replace with any tag/version: https://github.com/psf/black/tags
rev: 24.8.0 # Replace with any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_version: python3
additional_dependencies: ['click==8.0.4'] # Currently >8.0.4 breaks black
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies: [
Expand Down

0 comments on commit d997726

Please sign in to comment.