File: nox.ini

package info (click to toggle)
sklearn-pandas 2.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 440 kB
  • sloc: python: 1,177; sh: 12; makefile: 8
file content (13 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
[flake8]
 exclude =
     .git
     .github
     __pycache__
     build
     dist
     *site-packages/
     *bin/
     *.egg/*
     .eggs
     .tox
     docs