зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-11-02 06:56:08 +02:00
[pre-commit.ci] pre-commit autoupdate (#147)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.7.0 → 23.9.1](https://github.com/psf/black/compare/23.7.0...23.9.1) * added fail-fast: false in CI --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de> Co-authored-by: Petr Andriushchenko <pitandmind@gmail.com>
Этот коммит содержится в:
родитель
a520f48b87
Коммит
5c72f9aae4
1
.github/workflows/ci.yml
поставляемый
1
.github/workflows/ci.yml
поставляемый
@ -13,6 +13,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-22.04,windows-latest,macos-latest]
|
os: [ubuntu-22.04,windows-latest,macos-latest]
|
||||||
python-version: [3.9]
|
python-version: [3.9]
|
||||||
|
|||||||
@ -5,7 +5,7 @@ repos:
|
|||||||
- id: nbstripout
|
- id: nbstripout
|
||||||
files: ".ipynb"
|
files: ".ipynb"
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 23.7.0
|
rev: 23.9.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
- repo: https://github.com/pycqa/flake8
|
- repo: https://github.com/pycqa/flake8
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user