Skip to content
Snippets Groups Projects
Commit 6be6bee2 authored by Saurabh Kumar's avatar Saurabh Kumar Committed by Fredrik Jonsson
Browse files

Update flake8 to 5.0.1

parent 4fd6c810
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
django-debug-toolbar==3.2.2 django-debug-toolbar==3.2.2
factory_boy==3.2.1 factory_boy==3.2.1
flake8==4.0.1 flake8==5.0.1
isort==5.10.1 isort==5.10.1
model-bakery==1.3.3 model-bakery==1.3.3
responses==0.16.0 responses==0.16.0
......
[flake8] [flake8]
ignore = E501,F405,F821,W504,W605 ignore = E501,W503,F405,F821,W504,W605
exclude = migrations,node_modules,venv exclude = migrations,node_modules,venv
max-line-length = 88
[isort] [isort]
force_grid_wrap = 0 force_grid_wrap = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment