Skip to content

Commit 194c012

Browse files
committed
Add note about updating CONTRIBUTING.md to linter configuration files
1 parent 8be9fea commit 194c012

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
@@ -2,6 +2,7 @@
22
requires = ["setuptools", "wheel"]
33
build-backend = "setuptools.build_meta"
44

5+
# when changing the configuration below, please update CONTRIBUTING.md appropriately
56
[tool.black]
67
line-length = 99
78
required-version = '22.1.0'

0 commit comments

Comments
 (0)