Skip to content

Commit

Permalink
Update file permissions to 644 πŸš€
Browse files Browse the repository at this point in the history
- Changed mode of all repository files from 755 to 644

Ensured consistency in file permissions by switching all files to 644, which
is appropriate for non-executable resources, enhancing security and
maintainability.
  • Loading branch information
horta committed Oct 28, 2024
1 parent e7f1b9b commit 3a4dbf2
Show file tree
Hide file tree
Showing 54 changed files with 0 additions and 0 deletions.
Empty file modified .github/ISSUE_TEMPLATE/bug-report.md
100755 β†’ 100644
Empty file.
Empty file modified .github/workflows/python-package.yml
100755 β†’ 100644
Empty file.
Empty file modified .github/workflows/python-publish.yml
100755 β†’ 100644
Empty file.
Empty file modified .gitignore
100755 β†’ 100644
Empty file.
Empty file modified .pre-commit-config.yaml
100755 β†’ 100644
Empty file.
Empty file modified LICENSE.md
100755 β†’ 100644
Empty file.
Empty file modified MANIFEST.in
100755 β†’ 100644
Empty file.
Empty file modified README.md
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/__init__.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/_bgen2.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/_dosage.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/_environment.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/_example.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/_file.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/_genotype.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/_helper.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/_metafile.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/_multimemmap.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/_reader.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/_samples.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/_testit.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/conftest.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/test/__init__.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/test/test_bgen2.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/test/test_bgen_reader.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/test/test_dosage.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/test/test_dosage2.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/test/test_interface.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/test/test_large_file.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/test/test_multimemmap.py
100755 β†’ 100644
Empty file.
Empty file modified bgen_reader/test/write_random.py
100755 β†’ 100644
Empty file.
Empty file modified conftest.py
100755 β†’ 100644
Empty file.
Empty file modified docs/.gitignore
100755 β†’ 100644
Empty file.
Empty file modified docs/Makefile
100755 β†’ 100644
Empty file.
Empty file modified docs/conf.py
100755 β†’ 100644
Empty file.
Empty file modified docs/daskapi.rst
100755 β†’ 100644
Empty file.
Empty file modified docs/dosage.rst
100755 β†’ 100644
Empty file.
Empty file modified docs/env_variables.rst
100755 β†’ 100644
Empty file.
Empty file modified docs/expectation.rst
100755 β†’ 100644
Empty file.
Empty file modified docs/frequency.rst
100755 β†’ 100644
Empty file.
Empty file modified docs/index.rst
100755 β†’ 100644
Empty file.
Empty file modified docs/install.rst
100755 β†’ 100644
Empty file.
Empty file modified docs/make.bat
100755 β†’ 100644
Empty file.
Empty file modified docs/metafile.rst
100755 β†’ 100644
Empty file.
Empty file modified docs/numpyapi-api.rst
100755 β†’ 100644
Empty file.
Empty file modified docs/numpyapi.rst
100755 β†’ 100644
Empty file.
Empty file modified docs/quickstart.rst
100755 β†’ 100644
Empty file.
Empty file modified docs/quickstart2.rst
100755 β†’ 100644
Empty file.
Empty file modified docs/read.rst
100755 β†’ 100644
Empty file.
Empty file modified docs/requirements.txt
100755 β†’ 100644
Empty file.
Empty file modified pyproject.toml
100755 β†’ 100644
Empty file.
Empty file modified setup.cfg
100755 β†’ 100644
Empty file.
Empty file modified setup.py
100755 β†’ 100644
Empty file.
Empty file modified version.py
100755 β†’ 100644
Empty file.

0 comments on commit 3a4dbf2

Please sign in to comment.