Skip to content

Commit

Permalink
Adds flake8 and yapf configuration in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitar Tasev committed Apr 15, 2020
1 parent 3cd8994 commit e3e4f3d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,14 @@ build-dir = doc/build
all_files = 1

[upload_sphinx]
upload-dir = doc/build
upload-dir = doc/build

[flake8]
# excludes all directories that don't contain Python code in them
exclude = .git, __pycache__, bin, doc, docker-image, extension_examples, GUI, install, launchers, plugin_examples,
singularity-recipes, system_files, test_data
max-line-length = 120

[yapf]
column_limit = 120
based_on_style = pep8

0 comments on commit e3e4f3d

Please sign in to comment.