Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Oct 15, 2024
1 parent 1877f65 commit 12b7562
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 122 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fail_fast: true
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
name: "[py - check] validate yaml"
Expand Down Expand Up @@ -58,7 +58,7 @@ repos:
files: ^Hapi/

- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.1.1
hooks:
- id: flake8
name: "[py - check] flake8"
Expand All @@ -70,7 +70,7 @@ repos:
# hooks:
# - id: black
- repo: https://github.com/ambv/black
rev: 23.11.0
rev: 24.10.0
hooks:
- id: black
name: "[py - format] black"
Expand Down
Loading

0 comments on commit 12b7562

Please sign in to comment.