Skip to content
Snippets Groups Projects
Verified Commit 2ac53218 authored by Maarten van den Berg's avatar Maarten van den Berg
Browse files

pyproject.toml: Add comment

parent 4f470169
No related tags found
No related merge requests found
# This file defines options needed for the operation of our code formatting
# tools, Black and isort.
[tool.black]
target_version = ['py38']
[tool.isort]
# Be compatible with black, the other linter
profile = "black"
......@@ -9,7 +15,5 @@ atomic = true
# Don't complain about gitignored files
skip_gitignore = true
# Ignore these directories
skip_glob = ["result*", "venv"]
[tool.black]
target_version = ['py38']
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