Skip to content

Commit

Permalink
Add black configuration ignoring all files (#4717)
Browse files Browse the repository at this point in the history
* add black configuration, ignoring all files

* black

* black version

* adios 39
  • Loading branch information
RMeli authored Oct 2, 2024
1 parent 56766e9 commit 650747d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,9 @@ find = {}
MDAnalysis = [
'analysis/data/*.npy',
]

[tool.black]
line-length = 79
target-version = ['py310', 'py311', 'py312']
extend-exclude = '.'
required-version = '24'
6 changes: 6 additions & 0 deletions testsuite/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,9 @@ filterwarnings = [
# NamedStream warnings
"ignore:Constructed NamedStream:RuntimeWarning",
]

[tool.black]
line-length = 79
target-version = ['py310', 'py311', 'py312']
extend-exclude = '.'
required-version = '24'

0 comments on commit 650747d

Please sign in to comment.