Skip to content

Commit

Permalink
Dependencies: Update requirements pre-commit (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber authored Feb 26, 2024
1 parent c077bee commit c18ff2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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: v2.5.0
rev: v4.5.0
hooks:
- id: double-quote-string-fixer
- id: end-of-file-fixer
Expand All @@ -9,7 +9,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/ikamensh/flynt/
rev: '0.66'
rev: '1.0.1'
hooks:
- id: flynt

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ docs = [
'sphinx-copybutton~=0.3.0'
]
pre-commit = [
'pre-commit~=2.2',
'pre-commit~=3.6',
]
tests = [
'pytest~=7.2',
Expand Down

0 comments on commit c18ff2e

Please sign in to comment.