We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5728cb2 commit 22919eaCopy full SHA for 22919ea
.pre-commit-config.yaml
@@ -20,7 +20,6 @@ repos:
20
rev: 5.13.2
21
hooks:
22
- id: isort
23
- args: ['reportportal_client', 'tests']
24
- repo: https://github.com/psf/black
25
rev: 24.10.0
26
setup.py
@@ -2,7 +2,7 @@
2
3
import os
4
5
-from setuptools import setup, find_packages
+from setuptools import find_packages, setup
6
7
__version__ = '5.6.0'
8
0 commit comments