File: environment-lint.yml

package info (click to toggle)
python-librosa 0.11.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 166,732 kB
  • sloc: python: 21,731; makefile: 141; sh: 2
file content (24 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: lint
channels:
  - conda-forge
  - defaults
dependencies:
  # required
  - pip
  - bandit
  - codespell
  - flake8
  - types-decorator
  - mypy
  - numpy==1.23.4
  - pytest
  - pydocstyle

  # Dependencies for velin
  - numpydoc>=1.1.0
  - sphinx>=5.1.0
  - pygments
  - black

  - pip:
    - velin