From 382a9e7e381c6bd51e8a945cd49b79f01b725df6 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 14 Dec 2023 23:32:09 +0300 Subject: [PATCH] Build(setup.cfg): Remove `validators.py` We no longer carry `validators.py` with us. [skip ci] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2