Skip to content

Commit

Permalink
Changes for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Jan 3, 2024
1 parent 86d6628 commit 9576150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ clear-cache-post-run=no
# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code.
extension-pkg-allow-list=pyfwsi,pylnk,pyolecf,pyregf,zstd
extension-pkg-allow-list=pygzipf,pyfwps,pyfwsi,pylnk,pyolecf,pyregf,snappy,zstd

# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ deps =
commands =
pylint --version
yamllint -v
pylint --rcfile=.pylintrc dtformats scripts setup.py tests
pylint --rcfile=.pylintrc --ignore=dfvfs_helpers.py dtformats scripts setup.py tests
yamllint -c .yamllint.yaml data dtformats test_data

0 comments on commit 9576150

Please sign in to comment.