You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ We are *not* planning to do the following things:
111
111
112
112
0. Assume or check types, use `mypy` together with our linter
113
113
1. Format code or produce stylistic errors, use `ruff format` for that
114
-
2. Check for `SyntaxError` or logical bugs, write tests instead
114
+
2. Check for all kinds of logical bugs, write tests instead
115
115
3. Appeal to everyone. But, you can [switch off](https://wemake-python-styleguide.rtfd.io/en/latest/pages/usage/setup.html#ignoring-violations) any rules that you don't like
0 commit comments