Skip to content

Commit

Permalink
chore: change revs in pre-commit yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niek-mereu committed Jul 24, 2024
1 parent 29c8db1 commit d2c5f7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.3.0 # Update if there's a newer version
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -11,17 +11,17 @@ repos:
- id: debug-statements

- repo: https://github.com/psf/black
rev: 22.6.0 # Check for newer version
rev: 23.1.0
hooks:
- id: black

- repo: https://github.com/pycqa/isort
rev: 5.12.0 # Check for newer version
rev: 5.11.5
hooks:
- id: isort

- repo: https://github.com/pycqa/flake8
rev: 4.0.1 # Update to the latest version, e.g., 5.0.4
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ urllib3
requests-aws4auth==1.1.2
deepdiff==6.2.1
pre-commit==3.6.2
importlib-metadata==4.13.0
importlib-metadata==4.8.3

0 comments on commit d2c5f7d

Please sign in to comment.