summaryrefslogtreecommitdiff
path: root/tests/testutils/data/m/minimal_messages_config.py
blob: ac0b70ec733ccee2507617fce39e7143f0d9aeb9 (plain)
1
2
3
4
5
6
7
8
9
10
"""
Dummy test file to test the --minimal-messages-config option.

This file is tested in ``test_minimal_messages_config_enabled`` and
``test_minimal_messages_config_excluded_file``.
"""

f = open("foo.txt")  # [consider-using-with, unspecified-encoding]

print("%d" % 1)  # [consider-using-f-string]