Skip to content

Commit

Permalink
Add missing tool.ruff in configuration documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-May committed Feb 7, 2023
1 parent f1cdd10 commit 0127a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ ignore = ["E501"]
unfixable = ["B"]

# Ignore `E402` (import violations) in all `__init__.py` files, and in `path/to/file.py`.
[per-file-ignores]
[tool.ruff.per-file-ignores]
"__init__.py" = ["E402"]
"path/to/file.py" = ["E402"]
```
Expand Down

0 comments on commit 0127a77

Please sign in to comment.