Skip to content

Commit

Permalink
CICD: Update ruff to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed May 10, 2024
1 parent c83c865 commit 9e9aea8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## Unreleased

### Changed

- CICD: Update ruff to 0.4.3

### Fixed

- Fix broken documentation links
Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering",
]
dependencies = [
Expand All @@ -47,6 +47,8 @@ name = "pink"

[tool.ruff]
line-length = 79

[tool.lint]
select = [
# pyflakes
"F",
Expand All @@ -63,5 +65,5 @@ ignore = [
"D405", # British-style section names are also "proper"!
]

[tool.ruff.pydocstyle]
[tool.lint.ruff.pydocstyle]
convention = "google"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ deps =
qpsolvers >=2.7.2
quadprog >=0.1.11
robot_descriptions >=1.9.0
ruff >=0.2.2
ruff >=0.4.3
commands =
black --check --diff pink
mypy pink --ignore-missing-imports
Expand Down

0 comments on commit 9e9aea8

Please sign in to comment.