Skip to content

Commit

Permalink
fix failing lint github actions job due to issue w/ isort version (gr…
Browse files Browse the repository at this point in the history
…afana#1249)

# What this PR does

## Which issue(s) this PR fixes

`lint` github action jobs on all builds are failing right now
([example](https://github.com/grafana/oncall/actions/runs/4042567074/jobs/6950923821#step:6:16))
because of [this issue](PyCQA/isort#2077) with
`isort`

## Checklist

- [ ] Tests updated
- [ ] Documentation added
- [ ] `CHANGELOG.md` updated
  • Loading branch information
joeyorlando authored Jan 30, 2023
1 parent 9421ae2 commit 1eb9658
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: 5.12.0
hooks:
- id: isort
files: ^engine
Expand Down

0 comments on commit 1eb9658

Please sign in to comment.