-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reuse pre-commit hook was not running
- Loading branch information
Showing
17 changed files
with
59 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# SPDX-FileCopyrightText: 2024 Idiap Research Institute <[email protected]> | ||
# SPDX-FileContributor: Amir Mohammadi <[email protected]> | ||
# | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
|
||
# GitHub syntax highlighting | ||
pixi.lock linguist-language=YAML linguist-generated=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# SPDX-FileCopyrightText: 2024 Idiap Research Institute <[email protected]> | ||
# SPDX-FileContributor: Amir Mohammadi <[email protected]> | ||
# | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
|
||
version: 2 | ||
|
||
updates: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# SPDX-FileCopyrightText: 2024 Idiap Research Institute <[email protected]> | ||
# SPDX-FileContributor: Amir Mohammadi <[email protected]> | ||
# | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
|
||
name: build | ||
|
||
on: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# SPDX-FileCopyrightText: 2024 Idiap Research Institute <[email protected]> | ||
# SPDX-FileContributor: Amir Mohammadi <[email protected]> | ||
# | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
|
||
# For most projects, this workflow file will not need changing; you simply need | ||
# to commit it to your repository. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# SPDX-FileCopyrightText: 2024 Idiap Research Institute <[email protected]> | ||
# SPDX-FileContributor: Amir Mohammadi <[email protected]> | ||
# | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
|
||
name: Post coverage comment | ||
|
||
on: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# SPDX-FileCopyrightText: 2024 Idiap Research Institute <[email protected]> | ||
# SPDX-FileContributor: Amir Mohammadi <[email protected]> | ||
# | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
|
||
name: readthedocs preview | ||
on: | ||
pull_request_target: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# SPDX-FileCopyrightText: 2024 Idiap Research Institute <[email protected]> | ||
# SPDX-FileContributor: Amir Mohammadi <[email protected]> | ||
# | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
|
||
name: pre-commit | ||
|
||
on: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# SPDX-FileCopyrightText: 2024 Idiap Research Institute <[email protected]> | ||
# SPDX-FileContributor: Amir Mohammadi <[email protected]> | ||
# | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
|
||
# From https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-pypi | ||
|
||
name: Upload Python Package | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <[email protected]> | ||
# SPDX-FileCopyrightText: 2024 Idiap Research Institute <[email protected]> | ||
# SPDX-FileContributor: Amir Mohammadi <[email protected]> | ||
# | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# SPDX-FileCopyrightText: Copyright © 2023 Idiap Research Institute <[email protected]> | ||
# SPDX-FileCopyrightText: 2024 Idiap Research Institute <[email protected]> | ||
# SPDX-FileContributor: Amir Mohammadi <[email protected]> | ||
# SPDX-FileContributor: Andre Anjos <[email protected]> | ||
# | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
|
@@ -46,8 +47,3 @@ repos: | |
rev: v3.0.2 | ||
hooks: | ||
- id: reuse | ||
exclude: | | ||
(?x)( | ||
^.pixi/| | ||
^.pixi.lock| | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# SPDX-FileCopyrightText: Copyright © 2023 Idiap Research Institute <[email protected]> | ||
# SPDX-FileCopyrightText: 2024 Idiap Research Institute <[email protected]> | ||
# SPDX-FileContributor: Amir Mohammadi <[email protected]> | ||
# | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
|
||
|
@@ -7,7 +8,7 @@ version: 2 | |
build: | ||
os: "ubuntu-22.04" | ||
tools: | ||
python: "3.12" | ||
python: "3.9" | ||
|
||
python: | ||
install: | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<!-- | ||
SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <[email protected]> | ||
SPDX-FileCopyrightText: 2024 Idiap Research Institute <[email protected]> | ||
SPDX-FileContributor: Amir Mohammadi <[email protected]> | ||
SPDX-License-Identifier: GPL-3.0-or-later | ||
--> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <[email protected]> | ||
# SPDX-FileCopyrightText: 2024 Idiap Research Institute <[email protected]> | ||
# SPDX-FileContributor: Amir Mohammadi <[email protected]> | ||
# | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.. SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <[email protected]> | ||
.. SPDX-FileCopyrightText: 2024 Idiap Research Institute <[email protected]> | ||
.. SPDX-FileContributor: Amir Mohammadi <[email protected]> | ||
.. | ||
.. SPDX-License-Identifier: GPL-3.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
SPDX-FileCopyrightText: 2024 Idiap Research Institute <[email protected]> | ||
SPDX-FileContributor: Amir Mohammadi <[email protected]> | ||
|
||
SPDX-License-Identifier: GPL-3.0-or-later |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <[email protected]> | ||
# SPDX-FileCopyrightText: 2024 Idiap Research Institute <[email protected]> | ||
# SPDX-FileContributor: Amir Mohammadi <[email protected]> | ||
# | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
|
||
|