зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-30 21:46:04 +02:00
родитель
d07c54b096
Коммит
9b3e3796fa
2
.flake8
2
.flake8
@ -1,5 +1,5 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
ignore = F401, E402, E501
|
ignore = E203, F401, E402, E501
|
||||||
exclude = .git,__pycache__,.ipynb_checkpoints
|
exclude = .git,__pycache__,.ipynb_checkpoints
|
||||||
max-line-length = 90
|
max-line-length = 90
|
||||||
max-complexity = 18
|
max-complexity = 18
|
||||||
2
.github/workflows/ci.yml
поставляемый
2
.github/workflows/ci.yml
поставляемый
@ -14,7 +14,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04]
|
os: [ubuntu-20.04, windows-latest]
|
||||||
python-version: [3.9]
|
python-version: [3.9]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user