diff options
| author | Yobmod <yobmod@gmail.com> | 2021-07-24 22:05:06 +0100 |
|---|---|---|
| committer | Yobmod <yobmod@gmail.com> | 2021-07-24 22:05:06 +0100 |
| commit | d812818cb20c39e0bb5609186214ea4bcc18c047 (patch) | |
| tree | 59caeb4d7a9d0ee97553ce09ad5c19e85d76134d /.flake8 | |
| parent | 2bc2ac02e270404fcb609eeacc4feea6146b9d2e (diff) | |
| download | gitpython-d812818cb20c39e0bb5609186214ea4bcc18c047.tar.gz | |
Rmv with_metaclass shim, make section constraint generic wrt its configparser type
Diffstat (limited to '.flake8')
| -rw-r--r-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ ignore = E265,E266,E731,E704, W293, W504, ANN0 ANN1 ANN2, TC002, - # TC0, TC1, TC2 + TC0, TC1, TC2 # B, A, D, |
