aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/python/branches.py
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2022-01-23 15:50:21 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-02-05 18:54:55 +0100
commitd615497e7ef6765eb4ba37bd122c0cd7c77447f8 (patch)
tree6dc77f2750cad828878231da64c8f9f206a76123 /tests/indent/python/branches.py
parentindents(c): indent always after init_declarator (diff)
downloadnvim-treesitter-d615497e7ef6765eb4ba37bd122c0cd7c77447f8.tar
nvim-treesitter-d615497e7ef6765eb4ba37bd122c0cd7c77447f8.tar.gz
nvim-treesitter-d615497e7ef6765eb4ba37bd122c0cd7c77447f8.tar.bz2
nvim-treesitter-d615497e7ef6765eb4ba37bd122c0cd7c77447f8.tar.lz
nvim-treesitter-d615497e7ef6765eb4ba37bd122c0cd7c77447f8.tar.xz
nvim-treesitter-d615497e7ef6765eb4ba37bd122c0cd7c77447f8.tar.zst
nvim-treesitter-d615497e7ef6765eb4ba37bd122c0cd7c77447f8.zip
indents(python): remove branches.py from expected failures
The previous indentation actually causes a linter warning when using pep8
Diffstat (limited to 'tests/indent/python/branches.py')
-rw-r--r--tests/indent/python/branches.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indent/python/branches.py b/tests/indent/python/branches.py
index 474ec5b63..00c47a224 100644
--- a/tests/indent/python/branches.py
+++ b/tests/indent/python/branches.py
@@ -23,7 +23,7 @@ foo(
b)
if (a and
- b):
+ b):
pass
if (a