Skip to content

Commit 0c6995d

Browse files
committed
Add note about updating CONTRIBUTING.md to linter configuration files
1 parent 5a3f1e7 commit 0c6995d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# when changing the configuration in this file, please update CONTRIBUTING.md appropriately
12
[flake8]
23
max-line-length = 99
34
select = C,E,F,W

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# when changing the configuration in this file, please update CONTRIBUTING.md appropriately
12
default_language_version:
23
python: python3.8
34
exclude: ^redbot/vendored/

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ redbot-launcher = "redbot.launcher:main"
4242
[project.entry-points.pytest11]
4343
red-discordbot = "redbot.pytest"
4444

45+
# when changing the configuration below, please update CONTRIBUTING.md appropriately
4546
[tool.black]
4647
line-length = 99
4748
required-version = '22'

0 commit comments

Comments
 (0)