Skip to content

Commit

Permalink
ci: Update precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
iranzo committed Oct 5, 2023
1 parent a1adae0 commit da6f9f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=88
known_third_party = setuptools
known_third_party = imp,setuptools
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: 3.7.0
rev: 3.10.0
- hooks:
- id: check-useless-excludes
repo: meta
Expand All @@ -26,7 +26,7 @@ repos:
- hooks:
- id: black
repo: https://github.com/python/black
rev: 23.7.0
rev: 23.9.1
- hooks:
- id: check-added-large-files
- id: check-ast
Expand Down

0 comments on commit da6f9f2

Please sign in to comment.