Skip to content

Commit

Permalink
fix: isort version (#572)
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <50656860+ThibaultFy@users.noreply.github.com>
  • Loading branch information
ThibaultFy authored Jan 30, 2023
1 parent 9edefe2 commit fb98826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
files: (backend|metrics_exporter|fixtures)/.+\.py

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: [--settings-path=pyproject.toml]
Expand Down

0 comments on commit fb98826

Please sign in to comment.