Skip to content

Commit

Permalink
Update dependencies in precommit config
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Jul 8, 2022
1 parent f1b3a69 commit d0b14ce
Showing 1 changed file with 2 additions and 2 deletions.
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:
- id: trailing-whitespace
- id: check-added-large-files
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.3.0
rev: v2.4.0
hooks:
- id: pretty-format-ini
args: [--autofix]
Expand All @@ -17,7 +17,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
args: [-l, '100', --target-version, py35]
Expand Down

0 comments on commit d0b14ce

Please sign in to comment.