We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repos:
repo: https://github.com/kynan/nbstripout rev: 0.8.1 hooks:
repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks:
repo: https://github.com/psf/black-pre-commit-mirror rev: 24.2.0 hooks:
repo: https://github.com/PyCQA/flake8 rev: 7.0.0 hooks:
repo: local hooks:
repo: https://github.com/pycqa/pylint rev: v3.0.3 hooks:
repo: https://github.com/pre-commit/mirrors-mypy rev: v1.8.0 hooks:
The text was updated successfully, but these errors were encountered:
Sounds reasonable based on the black docs. Would you like to open a PR with this change?
black
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered, if relevant
Additional context
repos:
repo: https://github.com/kynan/nbstripout
rev: 0.8.1
hooks:
argUmental reality:True
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
exclude: .txt
exclude: NOTICE.txt
args: ["--maxkb=3072"] # Set limit to 3072 KB (3 MB) for displaying images in notebooks
https://black.readthedocs.io/en/stable/integrations/source_version_control.html
Using this mirror lets us use mypyc-compiled black, which is about 2x faster
repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.2.0
hooks:
language_version: python3
repo: https://github.com/PyCQA/flake8
rev: 7.0.0
hooks:
additional_dependencies: ['flake8-copyright']
: (doc/|.github/|pyrit/prompt_converter/morse_converter.py|tests/unit/converter/test_prompt_converter.py|pyrit/prompt_converter/emoji_converter.py)
repo: local
hooks:
name: Check Links in Python
entry: python
language: python
files: ^.*.(python)$
additional_dependencies: ['requests']
exclude: (release_process.md|git.md|^doc/deployment/|tests|pyrit/prompt_converter/morse_converter.py|.github|pyrit/prompt_converter/emoji_converter.py|pyrit/score/markdown_injection.py|pyrit/datasets/fetch_example_datasets.py|^pyrit/auxiliary_attacks/gcg/)
repo: https://github.com/pycqa/pylint
rev: v3.0.3
hooks:
args: []
exclude: NOTICE.txt
repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
hooks:
args: [--install-types, --non-interactive, --ignore-missing-imports]
name: *
entry: *
language: system
types: [ python ]
The text was updated successfully, but these errors were encountered: