mirror of
https://github.com/ceph/ceph
synced 2025-01-02 17:12:31 +00:00
9 lines
100 B
INI
9 lines
100 B
INI
|
[tox]
|
||
|
envlist = flake8
|
||
|
skipsdist = True
|
||
|
|
||
|
[testenv:flake8]
|
||
|
deps=
|
||
|
flake8
|
||
|
commands=flake8 --select=F
|