Skip to content

Commit 99edf73

Browse files
committed
🧪 Suppress A001 builtin-variable-shadowing
1 parent 4c3e432 commit 99edf73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
project = f'{github_repo_org}-{github_repo_name}'
4040
author = 'Ansible, Inc.'
41-
copyright = f'2020, {author}'
41+
copyright = f'2020, {author}' # noqa: A001 # builtin-variable-shadowing
4242

4343
# The short X.Y version
4444
version = '.'.join(

0 commit comments

Comments
 (0)