Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
egparedes committed Jun 12, 2024
1 parent cc7f649 commit 0da47fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CODING_GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ We deviate from the [Google Python Style Guide][google-style-guide] only in the

- According to subsection [_3.19.12 Imports For Typing_](https://google.github.io/styleguide/pyguide.html#31912-imports-for-typing), symbols from `typing` and `collections.abc` modules used in type annotations _"can be imported directly to keep common annotations concise and match standard typing practices"_. Following the same spirit, we allow symbols to be imported directly from third-party or internal modules when they only contain a collection of frequently used typying definitions.

### Language usage recommendations
### Python usage recommendations

- `pass` vs `...` (`Ellipsis`)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,4 @@ convention = "google"
ignore-decorators = ["typing.overload"]

[tool.ruff.lint.pylint]
max-positional-args = 6
max-args = 6

0 comments on commit 0da47fa

Please sign in to comment.