Skip to content

Commit

Permalink
fix line-length
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Jan 19, 2022
1 parent a5fc1bb commit f1b7e74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[flake8]
max-line-length = 120
max-line-length = 100
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.black]
target-version = ['py38']
line-length = 120
line-length = 100
include = '\.pyi?$'

# TODO: .flake8 を消してこちらに移植する
# [tool.flake8]
# max-line-length = 120
# max-line-length = 100

0 comments on commit f1b7e74

Please sign in to comment.