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 fc8d43c commit 751c20aCopy full SHA for 751c20a
.pre-commit-config.yaml
@@ -3,7 +3,5 @@ repos:
3
rev: v0.11.13
4
hooks:
5
- id: ruff-check
6
- args: [ --fix ]
+ args: ["--fix", "--select=I"]
7
- id: ruff-format
8
-
9
pyproject.toml
@@ -51,6 +51,9 @@ simple-repository-browser = "simple_repository_browser.__main__:main"
51
[tool.setuptools_scm]
52
version_file = "simple_repository_browser/_version.py"
53
54
+[tool.ruff.lint.isort]
55
+force-sort-within-sections = true
56
+
57
# [tool.mypy]
58
# check_untyped_defs = true
59
# disallow_untyped_defs = true
0 commit comments