File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ optional-dependencies.dev = [
6464 " pytest-beartype-tests==2026.4.26" ,
6565 " pytest-cov==7.1.0" ,
6666 " pyyaml==6.0.3" ,
67- " ruff==0.15.22 " ,
67+ " ruff==0.16.0 " ,
6868 # We add shellcheck-py not only for shell scripts and shell code blocks,
6969 # but also because having it installed means that ``actionlint-py`` will
7070 # use it to lint shell commands in GitHub workflow files.
@@ -132,6 +132,8 @@ lint.select = [
132132lint.ignore = [
133133 # Ruff warns that this conflicts with the formatter.
134134 " COM812" ,
135+ # This project does not use per-file copyright notices.
136+ " CPY001" ,
135137 # Allow our chosen docstring line-style - pydocstringformatter handles formatting
136138 # but doesn't enforce D205 (blank line after summary) or D212 (summary on first line).
137139 " D205" ,
You can’t perform that action at this time.
0 commit comments