blob: a882e8413a388803f81e0388ead5d8ba2e1f5b36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
doc-warnings: false
test-warnings: false
strictness: veryhigh
max-line-length: 80
autodetect: true
requirements:
- requirements-dev.txt
ignore-paths:
- docs
- patchwork/migrations
- lib
python-targets:
- 2
- 3
|