We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a132d3b commit 466a500Copy full SHA for 466a500
.github/workflows/lint.yml
@@ -35,4 +35,4 @@ jobs:
35
uses: liskin/gh-problem-matcher-wrap@v1
36
with:
37
linters: isort
38
- run: isort -c -rc -df djangocms_admin_style
+ run: isort --check --diff djangocms_admin_style
.pre-commit-config.yaml
@@ -1,3 +1,6 @@
1
+ci:
2
+ autofix_prs: false
3
+
4
repos:
5
- repo: https://github.com/asottile/pyupgrade
6
rev: v2.32.1
0 commit comments