Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-11 20:05:13 +0300
committerGitHub <noreply@github.com>2020-11-11 20:05:13 +0300
commit68cc0f7e94f360a2c62ebcb761f8096e04ebf07f (patch)
tree37b1da3654ece6803efd0a2ed356fbbff3fc276a /.github
parent229e11c488fc1fbd15b0a209782aa94dc6abdf58 (diff)
parent0949735210abaa05b6448e531984f159403053f4 (diff)
Merge pull request #8408 from francoisfreitag/isort
Sort imports with isort
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index fea1f17a2..913abcedd 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- tool: [docslint, flake8, mypy, twine]
+ tool: [docslint, flake8, isort, mypy, twine]
steps:
- uses: actions/checkout@v2