File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 29
29
run : pip install pre-commit
30
30
31
31
- name : " Run pre-commit checks"
32
- run : pre-commit run --all-files
32
+ run : pre-commit run --hook-stage manual -- all-files
33
33
34
34
build :
35
35
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 13
13
additional_dependencies :
14
14
- " types-pytz"
15
15
- " types-requests"
16
+
17
+ - repo : https://github.com/pycqa/isort
18
+ rev : 5.6.4
19
+ hooks :
20
+ - id : isort
21
+ args : [ "--profile", "black"]
Original file line number Diff line number Diff line change 40
40
"pytest-runner" ,
41
41
"click" ,
42
42
"sqlalchemy_utils" ,
43
+ "pre-commit" ,
44
+ "black" ,
45
+ "isort" ,
43
46
]
44
47
45
48
setup (
76
79
"Programming Language :: Python :: Implementation :: PyPy" ,
77
80
"Topic :: Database :: Front-Ends" ,
78
81
],
79
- python_requires = ' >=3.7' ,
82
+ python_requires = " >=3.7" ,
80
83
install_requires = ["pytz" , "requests" ],
81
84
extras_require = {
82
85
"all" : all_require ,
You can’t perform that action at this time.
0 commit comments