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 bbf711b commit fffa3f5Copy full SHA for fffa3f5
.pre-commit-config.yaml
@@ -20,6 +20,16 @@ repos:
20
rev: v1.0.1
21
hooks:
22
- id: rst-linter
23
+- repo: https://github.com/pycqa/isort
24
+ rev: 5.13.2
25
+ hooks:
26
+ - id: isort
27
+ args: ['reportportal_client', 'tests']
28
+- repo: https://github.com/psf/black
29
+ rev: 24.10.0
30
31
+ - id: black
32
33
- repo: https://github.com/pycqa/flake8
34
rev: 5.0.4
35
pyproject.toml
@@ -7,3 +7,10 @@ requires = [
7
"importlib-metadata"
8
]
9
build-backend = "setuptools.build_meta"
10
+
11
+[tool.isort]
12
+line_length = 120
13
14
+[tool.black]
15
+line-length = 120
16
+target-version = ['py310']
0 commit comments