We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c455bc6 commit 7fc19dfCopy full SHA for 7fc19df
environment.yml
@@ -3,7 +3,7 @@ channels:
3
- conda-forge
4
- defaults
5
dependencies:
6
- - python=3.8
+ - python=3.10
7
- ffmpeg
8
- pip:
9
- -r requirements.txt
setup.cfg
@@ -5,8 +5,8 @@ column_limit = 100
[flake8]
max-line-length = 140
ignore =
- E203, # whitespace before ':'
- W503, # line break before binary operator
+ E203,
+ W503,
10
exclude=
11
build
12
doc
0 commit comments