mirror of
https://github.com/quantum5/win2xcur.git
synced 2025-04-24 02:01:57 -04:00
Enforce import order
This commit is contained in:
parent
0ecc367178
commit
e201ee4442
2
.flake8
2
.flake8
|
@ -1,2 +1,4 @@
|
|||
[flake8]
|
||||
max-line-length = 120
|
||||
application-import-names = win2xcur
|
||||
import-order-style = pycharm
|
||||
|
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install flake8 mypy wheel
|
||||
pip install flake8 flake8-import-order mypy wheel
|
||||
pip install -r requirements.txt
|
||||
sudo apt-get install x11-apps
|
||||
- name: Lint with flake8
|
||||
|
|
Loading…
Reference in a new issue