From: Oleg Broytman Date: Thu, 14 Dec 2023 20:32:09 +0000 (+0300) Subject: Build(setup.cfg): Remove `validators.py` X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=382a9e7e381c6bd51e8a945cd49b79f01b725df6 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 9e6f371..708bf5e 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,validators.py +exclude = .git,.tox,docs/conf.py