mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-18 20:23:27 +02:00
30369ce1d4
Project now passes flake8 and black linter (also including more rst cleanup). Moved latex related things to dedicated ``latex.py`` module, and removed the ``makesheets -dF`` call from travis.
7 lines
195 B
INI
7 lines
195 B
INI
[metadata]
|
|
description-file = README.rst
|
|
|
|
[flake8]
|
|
exclude = dungeonsheets/spells/__init__.py,dungeonsheets/features/__init__.py,dungeonsheets/mechanics.py
|
|
ignore = W293,W503
|
|
max-line-length = 88 |