From: Oleg Broytman Date: Thu, 14 Dec 2023 20:18:23 +0000 (+0300) Subject: Build(setup.cfg): Remove `validators.py` X-Git-Tag: 0.3.0~23 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=2d6af34d467e1d0f3ecbdb413dc97306f6d01484 Build(setup.cfg): Remove `validators.py` We no longer carry `validators.py` with us. [skip ci] --- diff --git a/setup.cfg b/setup.cfg index e3ba0bc..b5b0e16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,5 +10,5 @@ tag_date = 0 tag_svn_revision = 0 [flake8] -exclude = .git,.tox,docs/conf.py,docs-ru/conf.py,m_librarian/web/views,validators.py +exclude = .git,.tox,docs/conf.py,docs-ru/conf.py,m_librarian/web/views