File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ repos:
16
16
rev : v2.32.1
17
17
hooks :
18
18
- id : pyupgrade
19
+ - repo : https://github.com/pycqa/isort
20
+ rev : 5.10.1
21
+ hooks :
22
+ - id : isort
23
+ name : isort (python)
19
24
- repo : https://github.com/psf/black
20
25
rev : 22.3.0
21
26
hooks :
Original file line number Diff line number Diff line change @@ -165,9 +165,10 @@ def test_config_file_codeactions_options():
165
165
166
166
167
167
def test_version_update_pypi ():
168
+ from packaging import version
169
+
168
170
from fortls .jsonrpc import JSONRPC2Connection , ReadWriter
169
171
from fortls .langserver import LangServer
170
- from packaging import version
171
172
172
173
parser = commandline_args ("fortls" )
173
174
args = parser .parse_args ("-c f90_config.json" .split ())
You can’t perform that action at this time.
0 commit comments