Skip to content
New issue

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

include py.typed file & port to pixi #52

Merged
merged 38 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
36304c6
include py.typed file & port to pixi
0xbe7a May 21, 2024
29c1973
lint
0xbe7a May 21, 2024
472d602
does this work?
0xbe7a May 21, 2024
78893b1
no outside codeowners
0xbe7a May 21, 2024
692afd9
try quoted path
0xbe7a May 22, 2024
26f5afa
escape
0xbe7a May 22, 2024
e67f308
lint
0xbe7a May 22, 2024
a79e77d
is this caused by the report var?
0xbe7a May 22, 2024
84ba9f5
try runner temp
0xbe7a May 22, 2024
8e14da0
fixed upstream
0xbe7a May 22, 2024
1ea484a
Update .github/workflows/ci.yml
0xbe7a May 22, 2024
248eaf5
Update pyproject.toml
0xbe7a May 22, 2024
f1c97e9
use hatchling to build
0xbe7a May 22, 2024
7807b2a
remove old flake config
0xbe7a May 22, 2024
611cfbe
Merge branch 'pixi-port' of github.com:Quantco/multiregex into pixi-port
0xbe7a May 22, 2024
d6aba80
keep src folder
0xbe7a May 22, 2024
1a3b422
use setuptools-scm
0xbe7a May 22, 2024
0094679
set package-dir folder
0xbe7a May 22, 2024
5ac67be
keep pull_request trigger
0xbe7a May 23, 2024
5ea5920
use mypy pre-commit hook
0xbe7a May 23, 2024
825a7a1
use stubs dir, mypy still failing
0xbe7a May 23, 2024
d45e82d
add ruff cache to gitignore
0xbe7a May 23, 2024
3dd58d5
fix mypy
0xbe7a May 23, 2024
22f4bc7
add build workflow
0xbe7a May 23, 2024
c223b7c
use pixi to build pypi package
0xbe7a May 23, 2024
d9d734f
use v0.8.0
0xbe7a May 23, 2024
52ea7a0
cleanup build.yml
0xbe7a May 23, 2024
044a101
keep branches
0xbe7a May 23, 2024
9e121bd
Update .gitattributes
0xbe7a May 23, 2024
13e1cae
Merge branch 'pixi-port' of github.com:Quantco/multiregex into pixi-port
0xbe7a May 23, 2024
0ba8f39
include taplo
0xbe7a May 23, 2024
affbca6
only publish on tags
0xbe7a May 23, 2024
09973d5
checkout with history
0xbe7a May 23, 2024
b3cf8bf
always set checkout options
0xbe7a May 23, 2024
44872c6
bye
0xbe7a May 23, 2024
ee13ee5
just use packages list
0xbe7a May 23, 2024
1c85ebf
update readme
0xbe7a May 23, 2024
3af479f
dynamically set version
0xbe7a May 23, 2024
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
57 changes: 0 additions & 57 deletions .conda_lock_files/py312_lin64.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .conda_lock_files/py312_osx64.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .conda_lock_files/py312_win64.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .conda_lock_files/py36_lin64.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .conda_lock_files/py36_linux64.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .conda_lock_files/py36_osx64.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .conda_lock_files/py36_win64.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .flake8

This file was deleted.

2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@

*.{py,yaml,yml,sh} text eol=lf
*.bat text eol=crlf
# GitHub syntax highlighting
pixi.lock linguist-language=YAML
0xbe7a marked this conversation as resolved.
Show resolved Hide resolved
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* @jonashaag
* @0xbe7a
* @pavelzw
Loading