Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
  • Loading branch information
cclauss authored Apr 7, 2025
commit 366cf4e3a5ed34e21b909d2ccb9caffd50bebadb
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog
2.1.0 (TBA)
===========

* Python versions less than 3.8 are no longer supported.
* Python versions less than 3.9 are no longer supported.

2.0.1 (2025-03-09)
==================
Expand Down
2 changes: 1 addition & 1 deletion cpplint.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# if empty, use defaults
_valid_extensions: set[str] = set()

__VERSION__ = "2.1.0"
__VERSION__ = "2.0.1"

_USAGE = """
Syntax: cpplint.py [--verbose=#] [--output=emacs|eclipse|vs7|junit|sed|gsed]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [ ]
optional-dependencies.dev = [
"mypy",
"parameterized",
"pylint==3.3.5",
"pylint>=3.3.4",
"pytest",
"pytest-cov",
"pytest-timeout",
Expand Down