WIP GRIB2 table3.2 earth radius 6,371,229m #369
Cirrus CI / linux: flake8
failed
Dec 13, 2023 in 17s
Task Summary
Instruction lint failed in 00:13
Details
✅ 00:01 clone
✅ 00:01 pip
❌ 00:13 lint
Obtaining dependency information for platformdirs<5,>=3.9.1 from https://files.pythonhosted.org/packages/be/53/42fe5eab4a09d251a76d0043e018172db324a23fcdac70f77a551c11f618/platformdirs-4.1.0-py3-none-any.whl.metadata
Downloading platformdirs-4.1.0-py3-none-any.whl.metadata (11 kB)
Downloading pip-23.3.1-py3-none-any.whl (2.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 12.4 MB/s eta 0:00:00
Downloading setuptools-69.0.2-py3-none-any.whl (819 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.5/819.5 kB 64.0 MB/s eta 0:00:00
Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 60.3 MB/s eta 0:00:00
Downloading argcomplete-3.2.1-py3-none-any.whl (42 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 kB 9.0 MB/s eta 0:00:00
Downloading colorlog-6.8.0-py3-none-any.whl (11 kB)
Downloading packaging-23.2-py3-none-any.whl (53 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 8.6 MB/s eta 0:00:00
Downloading virtualenv-20.25.0-py3-none-any.whl (3.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 65.5 MB/s eta 0:00:00
Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 kB 58.2 MB/s eta 0:00:00
Downloading filelock-3.13.1-py3-none-any.whl (11 kB)
Downloading platformdirs-4.1.0-py3-none-any.whl (17 kB)
Installing collected packages: distlib, setuptools, pyyaml, platformdirs, pip, packaging, filelock, colorlog, argcomplete, virtualenv, nox
Attempting uninstall: setuptools
Found existing installation: setuptools 65.5.1
Uninstalling setuptools-65.5.1:
Successfully uninstalled setuptools-65.5.1
Attempting uninstall: pip
Found existing installation: pip 23.2.1
Uninstalling pip-23.2.1:
Successfully uninstalled pip-23.2.1
Successfully installed argcomplete-3.2.1 colorlog-6.8.0 distlib-0.3.8 filelock-3.13.1 nox-2023.4.22 packaging-23.2 pip-23.3.1 platformdirs-4.1.0 pyyaml-6.0.1 setuptools-69.0.2 virtualenv-20.25.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
pip list
Package Version
------------ ---------
argcomplete 3.2.1
colorlog 6.8.0
distlib 0.3.8
filelock 3.13.1
nox 2023.4.22
packaging 23.2
pip 23.3.1
platformdirs 4.1.0
PyYAML 6.0.1
setuptools 69.0.2
virtualenv 20.25.0
wheel 0.42.0
nox --session flake8
nox > Running session flake8
nox > Creating virtual environment (virtualenv) using python in .nox/flake8
nox > python -m pip install flake8
nox > flake8 iris_grib
iris_grib/_save_rules.py:215:39: E222 multiple spaces after operator
iris_grib/_save_rules.py:215:80: E501 line too long (97 > 79 characters)
iris_grib/_save_rules.py:215:85: E222 multiple spaces after operator
nox > Command flake8 iris_grib failed with exit code 1
nox > Session flake8 failed.
��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
Loading