aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-09-27 18:41:02 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-09-27 18:41:02 +0200
commit6382d2b7c1910f29556b740513421b57da9c5a97 (patch)
tree4e79e4b13226cd1b288486e2819368c767e55259 /setup.cfg
parent51857521f770caae7b36e3a36a30d5b6986e66d1 (diff)
downloadphilosophers_test-6382d2b7c1910f29556b740513421b57da9c5a97.tar.gz
philosophers_test-6382d2b7c1910f29556b740513421b57da9c5a97.tar.bz2
philosophers_test-6382d2b7c1910f29556b740513421b57da9c5a97.zip
Added custom Exception with more descriptive error message
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..2852e44
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[flake8]
+ignore = E501,E221,W503,E241