Skip to content

Commit

Permalink
updating pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rsivilli committed Oct 4, 2024
1 parent 5d429d7 commit f7c893c
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,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -9,7 +9,7 @@ repos:


- repo: https://github.com/psf/black
rev: 22.10.0
rev: 24.8.0
hooks:
- id: black
language_version: python3.10
Expand All @@ -19,6 +19,6 @@ repos:
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8

0 comments on commit f7c893c

Please sign in to comment.