Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 3632ea90e7641b574983ddf3a11ccedefff3c881 # frozen: v2.25.3
rev: d600c142bb19f521ae6a6a345f94a2efd7937759 # frozen: v2.26.0
hooks:
- id: pyproject-fmt
- repo: https://github.com/abravalheri/validate-pyproject
rev: 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 # frozen: v0.25
hooks:
- id: validate-pyproject
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 01a675ea018f2fb714478a5ffb83fcea8374bb06 # frozen: v0.15.21
rev: 39d9ac5938dadb73df0564a45f163e25ff9fa6e2 # frozen: v0.16.1
hooks:
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -43,14 +43,14 @@ repos:
- id: sphinx-lint
types: [rst]
- repo: https://github.com/adamchainz/blacken-docs
rev: fda77690955e9b63c6687d8806bafd56a526e45f # frozen: 1.20.0
rev: dda8db18cfc68df532abf33b185ecd12d5b7b326 # frozen: 1.20.0
hooks:
- id: blacken-docs
args: [--line-length=79]
additional_dependencies:
- black
- repo: https://github.com/codespell-project/codespell
rev: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # frozen: v2.4.2
rev: 57b21406f092110c18776e39b0bda50d37c945c8 # frozen: v2.4.3
hooks:
- id: codespell
args: [--toml pyproject.toml]
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Added
Changed
~~~~~~~

* 📝 Extend seccurity section
* 👷🔧📝 Switch to prek

* Remove pre-commit
Expand Down
4 changes: 2 additions & 2 deletions docs/productive/qa/pysa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ and identifies vulnerable code.
.. seealso::
* `What Is Taint Analysis and Why Should I Care?
<https://dzone.com/articles/what-is-taint-analysis-and-why-should-i-care>`_
* `How Pysa works <https://pyre-check.org/docs/pysa-basics>`_
* `How Pysa works <https://pyre-check.org/docs/pysa-basics/>`_
* `Running Pysa <https://pyre-check.org/docs/pysa-running/>`_
* `Pysa Tutorial
<https://github.com/facebook/pyre-check/tree/main/documentation/pysa_tutorial>`_
<https://github.com/facebook/Pysa/tree/main/documentation/pysa_tutorial>`_

Configuration
-------------
Expand Down
Loading
Loading