Skip to content

Commit

Permalink
v24.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Jul 15, 2024
1 parent dd7d6eb commit 4194308
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

**24.7.3 (2024-07-15)**
* Removed Pydocstyle linting rules

**24.7.2 (2024-07-15)**
* Text change in coverage action
* Removed deprecated tox configuration
Expand Down
2 changes: 1 addition & 1 deletion ambient_package_update/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Ambient package update tool for clean and swift maintenance"""

__version__ = "24.7.2"
__version__ = "24.7.3"
3 changes: 0 additions & 3 deletions ambient_package_update/templates/pyproject.toml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ lint.select = [
"PERF", # PerfLint
"PGH", # No all-purpose "# noqa" and eval validation
"PL", # PyLint
"D", # Pydocstyle
"LOG", # flake8-logging
"TID", # flake8-tidy-imports
"PLR2004", # Magic numbers
Expand Down Expand Up @@ -97,7 +96,6 @@ lint.fixable = [
"PERF", # PerfLint
"PGH", # No all-purpose "# noqa" and eval validation
"PL", # PyLint
"D", # Pydocstyle
"LOG", # flake8-logging
"TID", # flake8-tidy-imports
"PLR2004", # Magic numbers
Expand Down Expand Up @@ -156,7 +154,6 @@ line-ending = "auto"

[tool.tox]
legacy_tox_ini = """

[testenv]
# Django deprecation overview: https://www.djangoproject.com/download/
deps ={% for django_version in supported_django_versions %}
Expand Down

0 comments on commit 4194308

Please sign in to comment.