Skip to content

Commit

Permalink
fix: linter errors caused by black
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <me@frostming.com>
  • Loading branch information
frostming committed Apr 30, 2024
1 parent dab2da8 commit 3711b06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[flake8]
min_python_version = 3.7.0
max-line-length = 88
ignore = E501, E203, W503
ignore = E501, E203, W503, E704
per-file-ignores =
# N818: error suffix in exception names (API-breaking change)
tomlkit/exceptions.py: N818,
Expand Down
3 changes: 0 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,3 @@ python:
- method: pip
path: .
- requirements: docs/requirements.txt
system_packages: false

...

0 comments on commit 3711b06

Please sign in to comment.