Skip to content

Commit

Permalink
style: set max-line-length to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaokang2022 committed Oct 26, 2024
1 parent d4b9ac6 commit 1640e94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ output-format = "colorized"
reports = "y"
fail-on = "E,F"
fail-under = 9
max-line-length = 79
max-line-length = 80

[tool.pytest.ini_options]
addopts = ["--color=yes"]
10 changes: 5 additions & 5 deletions tkintertools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@

# MIT License

# Copyright(c) 2022 Xiaokang2022
# Copyright (c) 2022 Xiaokang2022

# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files(the "Software"), to deal
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and / or sell
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:

# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.

# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Expand Down

0 comments on commit 1640e94

Please sign in to comment.