summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2023-02-24 13:52:56 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2023-02-24 14:58:26 +0000
commit45c9f3b90a83d41af4d2af6e4de3a3238846a3c8 (patch)
tree26eca86154a38d68d6f14d797e4e2f6546e2f713
parent13f81efe98f680cc77df4f14e35fb6f53e7d3adc (diff)
downloaddeluge-45c9f3b90a83d41af4d2af6e4de3a3238846a3c8.tar.gz
deluge-45c9f3b90a83d41af4d2af6e4de3a3238846a3c8.tar.bz2
deluge-45c9f3b90a83d41af4d2af6e4de3a3238846a3c8.zip
[Lint] Fix pre-commit isort install error
Update to latest version of isort to fix install error: RuntimeError: The Poetry configuration is invalid: - [extras.pipfile_deprecated_finder.2] 'pip-shims<=0.3.4' does not match '^[a-zA-Z-_.0-9]+$' Also update the Linting CI to latest version
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 5ff4a93d3..5293315b2 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
# Workaround to list modified files only.
args: [--list-different]
- repo: https://github.com/pycqa/isort
- rev: 5.10.1
+ rev: 5.12.0
hooks:
- id: isort
name: Fmt isort