Skip to content

Commit

Permalink
STYLE: Update ruff settings enabling "flake8-annotations" rules
Browse files Browse the repository at this point in the history
  • Loading branch information
NicerNewerCar authored and jcfr committed Aug 9, 2023
1 parent 63fb0bc commit a847ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ include = '\.pyi?$'
[tool.ruff]
select = [
"ARG", # flake8-unused-arguments
# "ANN", # flake8-annotations
"ANN", # flake8-annotations
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"E", "F", "W", # flake8
Expand Down

0 comments on commit a847ea3

Please sign in to comment.