flake8
This commit is contained in:
3
.flake8
Normal file
3
.flake8
Normal file
@@ -0,0 +1,3 @@
|
||||
[flake8]
|
||||
select = C,E,F,W,B,B950
|
||||
per-file-ignores = ./*/__init__.py:F401
|
||||
@@ -253,7 +253,7 @@ class URLPattern():
|
||||
|
||||
|
||||
class Microdot():
|
||||
def __init__(self) :
|
||||
def __init__(self):
|
||||
self.url_map = []
|
||||
self.error_handlers = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user