Skip to content

Commit

Permalink
Bump pre-commit hook version for python 3.11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Dec 19, 2024
1 parent e11b4cc commit 4a28d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
language: script
types: [file, python]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: v4.0.1
hooks:
- id: trailing-whitespace
exclude: (^conf/|^st2common/st2common/openapi.yaml|^st2client/tests/fixtures|^st2tests/st2tests/fixtures)
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==3.1.0
pylint==3.1.1
pylint-plugin-utils>=0.4
black==22.3.0
pre-commit==2.1.0
pre-commit==4.0.1
bandit==1.7.10
isort>=4.2.5
mock==5.1.0
Expand Down

0 comments on commit 4a28d5c

Please sign in to comment.