Skip to content

Commit

Permalink
Update filelist
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock committed Jun 26, 2024
1 parent 1a6fea0 commit 49a2163
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ select = DOC
show-filenames-in-every-violation-message = True
skip-checking-short-docstrings = False
filename =
*/src/**/*.py
*/tests/**/*.py
./src/**/*.py
./tests/*.py
./tests/**/*.py
style = google
per-file-ignores =
src/molecule/api.py: DOC101,DOC103,DOC106,DOC107,DOC201
Expand Down Expand Up @@ -54,6 +55,7 @@ per-file-ignores =
src/molecule/util.py: DOC001,DOC101,DOC103,DOC106,DOC107,DOC201,DOC402,DOC404,DOC501
src/molecule/verifier/base.py: DOC101,DOC103,DOC106,DOC107,DOC201
src/molecule/verifier/testinfra.py: DOC101,DOC103,DOC106,DOC107
tests/conftest.py: DOC101,DOC103,DOC106,DOC107,DOC201
tests/fixtures/integration/test_command/scenarios/cleanup/molecule/default/tests/test_cleanup.py: DOC101,DOC103,DOC106,DOC107
tests/fixtures/integration/test_command/scenarios/side_effect/molecule/default/tests/test_side_effect.py: DOC101,DOC103,DOC106,DOC107
tests/fixtures/integration/test_command/scenarios/test_destroy_strategy/molecule/default/tests/test_destroy_strategy.py: DOC101,DOC103,DOC106,DOC107
Expand Down
Empty file added tools/__init__.py
Empty file.

0 comments on commit 49a2163

Please sign in to comment.