Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add an ability to check that a Path has an executable bit set #1962

Merged
merged 1 commit into from
Feb 19, 2022
Merged

add an ability to check that a Path has an executable bit set #1962

merged 1 commit into from
Feb 19, 2022

Conversation

sielicki
Copy link
Contributor

Checklist:

  • Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
  • Add an entry in CHANGES.rst summarizing the change and linking to the issue.
  • Add .. versionchanged:: entries in any relevant code docs.
  • Run pre-commit hooks and fix any issues.
  • Run pytest and tox, no tests failed.

tox failed but as far as I can tell it's unrelated to my code. I'm also not sure where pre-commit hooks are documented, but as far as I can tell this is formatted fine.

CHANGES.rst Outdated Show resolved Hide resolved
src/click/types.py Outdated Show resolved Hide resolved
CHANGES.rst Show resolved Hide resolved
CHANGES.rst Outdated Show resolved Hide resolved
@davidism davidism added this to the 8.1.0 milestone Jun 17, 2021
@davidism davidism added the f:parameters feature: input parameter types label Jun 17, 2021
@sielicki
Copy link
Contributor Author

@davidism is there anything I can help with to make sure this lands in the next milestone? If this PR needs to be redone to point at a pallets:next branch, let me know.

@davidism davidism merged commit e934b41 into pallets:main Feb 19, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 6, 2022
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
f:parameters feature: input parameter types
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow for the ability to check whether a Path has an executable bit set
2 participants