8000 Add new keywords · python-formate/flake8-encodings@15e44b8 · GitHub
[go: up one dir, main page]

Skip to 10000 content

Commit 15e44b8

Browse files
committed
Add new keywords
1 parent f9eb817 commit 15e44b8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "flake8-encodings"
77
version = "0.1.1"
88
description = "A Flake8 plugin to identify incorrect use of encodings."
99
readme = "README.rst"
10-
keywords = [ "flake8",]
10+
keywords = [ "flake8", "encodings", "pep597", "unicode",]
1111
dynamic = [ "requires-python", "classifiers", "dependencies",]
1212
[[project.authors]]
1313
email = "dominic@davis-foster.co.uk"

repo_helper.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ standalone_contrib_guide: true
4545

4646
keywords:
4747
- flake8
48+
- encodings
49+
- pep597
50+
- unicode
4851

4952
sphinx_conf_epilogue:
5053
- nitpicky = True

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = flake8-encodings
1111
author = Dominic Davis-Foster
1212
author_email = dominic@davis-foster.co.uk
1313
license = MIT License
14-
keywords = flake8
14+
keywords = flake8, encodings, pep597, unicode
1515
long_description = file: README.rst
1616
long_description_content_type = text/x-rst
1717
platforms = Windows, macOS, Linux

0 commit comments

Comments
 (0)
0