Skip to content

Commit

Permalink
Exclude files for black
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Oct 27, 2020
1 parent b19f2fa commit e014134
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion pyproject.toml
@@ -1,6 +1,22 @@
[tool.black]
line-length = 88
exclude = "HinetPy/_version.py"
exclude = '''
(
\.eggs
| \.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
# The following are specific to HinetPy
| versioneer.py
| HinetPy/_version.py
)
'''

[tool.coverage.run]
omit = ["HinetPy/_version.py"]
Expand Down

0 comments on commit e014134

Please sign in to comment.