Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Van Liew committed Jul 22, 2021
1 parent 25a6f27 commit fc2d4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/python/linting.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Python in Visual Studio code is configured by default to use a set of linting ru

These rules are applied through the following default arguments passed to Pylint:

```
```bash
--disable=all --enable=F,E,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode
```

Expand Down

0 comments on commit fc2d4c2

Please sign in to comment.