Skip to content

Commit

Permalink
Pre-commit autoupdate (#331)
Browse files Browse the repository at this point in the history
* Pre-commit autoupdate

* Fix xsimd issue with ppc64le (#335)

* limit xsimd version

* escape

* add flag

* fix flag

* make xsimd pin less restrictive

* is that how dependencies are specified?

* oops. OR not AND

---------

Co-authored-by: quant-ranger[bot] <132915763+quant-ranger[bot]@users.noreply.github.com>
Co-authored-by: Marc-Antoine Schmidt <[email protected]>
  • Loading branch information
quant-ranger[bot] and MarcAntoineSchmidtQC authored Dec 12, 2023
1 parent 32e43a3 commit d89b01f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/Quantco/pre-commit-mirrors-ruff
rev: 0.1.3
rev: 0.1.6
hooks:
- id: ruff-conda
- id: ruff-format-conda
- repo: https://github.com/Quantco/pre-commit-mirrors-mypy
rev: "1.6.1"
rev: "1.7.1"
hooks:
- id: mypy-conda
- repo: https://github.com/Quantco/pre-commit-mirrors-cython-lint
rev: 0.15.0
rev: 0.16.0
hooks:
- id: cython-lint-conda
args: [--no-pycodestyle]
Expand Down

0 comments on commit d89b01f

Please sign in to comment.