Skip to content

Commit

Permalink
Update excluded files in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
ysk24ok committed May 12, 2022
1 parent 5a0e701 commit 9a6f541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage_and_configuration/the_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ extend-exclude = '''
# in the root of the project.
(
^/foo.py # exclude a file named foo.py in the root of the project
| *.py.bak # exclude a file with '.py.bak' suffix within the project
| *_pb2.py # exclude an auto-generated file by Protocol Buffer within the project
)
'''
```
Expand Down

0 comments on commit 9a6f541

Please sign in to comment.