From f44415b9dde9ff7b3621714d6986cbca3bf9e60e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 30 Jan 2023 18:21:06 -0500 Subject: build: some files need to be excused from usual formatting rules --- tests/stress_phystoken.tok | 2 +- tests/stress_phystoken_dos.tok | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/stress_phystoken.tok b/tests/stress_phystoken.tok index 65ba45db..934c633d 100644 --- a/tests/stress_phystoken.tok +++ b/tests/stress_phystoken.tok @@ -3,7 +3,7 @@ # Here's some random Python so that test_tokenize_myself will have some # stressful stuff to try. This file is .tok instead of .py so pylint won't -# complain about it, check_eol won't look at it, etc. +# complain about it, editors won't mess with it, etc. # Some lines are here to reproduce fixed bugs in ast_dump also. first_back = """\ diff --git a/tests/stress_phystoken_dos.tok b/tests/stress_phystoken_dos.tok index eb937d95..2f5c795a 100644 --- a/tests/stress_phystoken_dos.tok +++ b/tests/stress_phystoken_dos.tok @@ -3,7 +3,7 @@ # Here's some random Python so that test_tokenize_myself will have some # stressful stuff to try. This file is .tok instead of .py so pylint won't -# complain about it, check_eol won't look at it, etc. +# complain about it, editors won't mess with it, etc. first_back = """\ hey there! -- cgit v1.2.1