From 1eb96585418faeec3765c28c227253d0a7c11705 Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Mon, 30 Jan 2023 11:43:15 +0100 Subject: [PATCH] fix failing lint github actions job due to issue w/ isort version (#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](https://github.com/PyCQA/isort/issues/2077) with `isort` ## Checklist - [ ] Tests updated - [ ] Documentation added - [ ] `CHANGELOG.md` updated --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7e4279785d..d86df0f6f3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pycqa/isort - rev: 5.9.3 + rev: 5.12.0 hooks: - id: isort files: ^engine