summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorYobmod <yobmod@gmail.com>2021-07-24 22:05:06 +0100
committerYobmod <yobmod@gmail.com>2021-07-24 22:05:06 +0100
commitd812818cb20c39e0bb5609186214ea4bcc18c047 (patch)
tree59caeb4d7a9d0ee97553ce09ad5c19e85d76134d /.flake8
parent2bc2ac02e270404fcb609eeacc4feea6146b9d2e (diff)
downloadgitpython-d812818cb20c39e0bb5609186214ea4bcc18c047.tar.gz
Rmv with_metaclass shim, make section constraint generic wrt its configparser type
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 3cf342f9..2f9e6ed2 100644
--- a/.flake8
+++ b/.flake8
@@ -20,7 +20,7 @@ ignore = E265,E266,E731,E704,
W293, W504,
ANN0 ANN1 ANN2,
TC002,
- # TC0, TC1, TC2
+ TC0, TC1, TC2
# B,
A,
D,