Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock committed Apr 23, 2024
1 parent 2ac6966 commit da078ab
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/ansible_creator/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
if sys.version_info >= (3, 11):
from importlib.resources.abc import Traversable
else:
from importlib.abc import Traversable
from importlib.abc import Traversable # pylint: disable=W4904
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
#.idea/
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ new_collection:
value: ""

ansible_project:
additions:
additions:
template: True
value: |
.logs/*
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/collection/testorg/testcol/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
#.idea/
2 changes: 1 addition & 1 deletion tests/fixtures/project/ansible_project/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
#.idea/

0 comments on commit da078ab

Please sign in to comment.