Skip to content

Commit

Permalink
exclude index.md from formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 21, 2023
1 parent 993ba2c commit 440dcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ unfixable = [
"PD004", # Changes .notna to .notnull
"PD011", # Changes .values() to .to_numpy()
]
exclude = []
exclude = ["docs/index.md"]
line-length = 88 # Set the maximum line length to 88.
flake8-unused-arguments.ignore-variadic-names = true
isort.required-imports = ["from __future__ import annotations"]
Expand Down

0 comments on commit 440dcf0

Please sign in to comment.