Skip to content

Commit

Permalink
pre-commit upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-krechan committed Aug 23, 2024
1 parent ee66a07 commit f7db677
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
@@ -1,19 +1,19 @@
exclude: '.*\.csv$'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: unittests/__snapshots__/* # excluded in order to avoid formatting conflicts
- repo: https://github.com/psf/black
rev: 23.1.0 # Replace by any tag/version: https://github.com/psf/black/tags
rev: 24.8.0 # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_version: python3
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
Expand Down

0 comments on commit f7db677

Please sign in to comment.