summaryrefslogtreecommitdiff
path: root/tests/functional/ext/code_style/cs_default.py
blob: bd4edab36e615408a4d4fbbc64c4d028c8f0ff3c (plain)
1
2
3
4
5
6
"""Test default configuration for code-style checker."""
# pylint: disable=invalid-name

# consider-using-augmented-assign is disabled by default
x = 1
x = x + 1