Skip to content

Commit

Permalink
docs: update classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Dec 10, 2023
1 parent a289418 commit 2e51c05
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Answer file maintained by Copier for: https://github.com/KyleKing/calcipy_template
# DO NOT MODIFY THIS FILE. Edit by re-running copier and changing responses to the questions
# Check into version control.
_commit: 1.9.4
_commit: 1.9.5
_src_path: gh:KyleKing/calcipy_template
author_email: [email protected]
author_name: Kyle King
Expand Down
5 changes: 2 additions & 3 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ load-plugins=
pylint.extensions.redefined_variable_type,
pylint.extensions.set_membership,
pylint.extensions.typing,
pylint.extensions.while_used,
use-implicit-booleaness-not-comparison-to-string,
use-implicit-booleaness-not-comparison-to-zero
pylint.extensions.while_used

[BASIC]
include-naming-hint=yes
Expand Down Expand Up @@ -63,6 +61,7 @@ extension-pkg-whitelist=pydantic
# Defer to other tools and reduce false positives
disable=
broad-except,
deprecated-typing-alias,
fixme,
import-outside-toplevel,
line-too-long,
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ version_files = ["copier_template_tester/__init__.py:^__version", "pyproject.tom
[tool.poetry]
authors = ["Kyle King <[email protected]>"]
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 6 - Mature",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
] # https://pypi.org/classifiers/
description = "Test copier templates"
documentation = "https://copier-template-tester.kyleking.me"
Expand Down

0 comments on commit 2e51c05

Please sign in to comment.