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

Poetry #297

Merged
merged 28 commits into from
Feb 5, 2021
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d5628b6
poetry config file
vtnate Jan 29, 2021
e646831
temporary rename of requirements & setup files
vtnate Jan 29, 2021
4f84004
update tox to work with python
vtnate Jan 29, 2021
b253c3c
reference github repo properly
vtnate Jan 29, 2021
099bd8e
include poetry.lock file
vtnate Jan 29, 2021
fb2a995
remove outdated comment
vtnate Feb 3, 2021
32bee83
update poetry & tox configs
vtnate Feb 3, 2021
fb377ab
more tox changes
vtnate Feb 3, 2021
12eb364
Merge branch 'develop' into poetry
vtnate Feb 3, 2021
23fc084
set precommit hook to work with poetry
vtnate Feb 3, 2021
d324f28
update format_modelica_files to be a click command
vtnate Feb 3, 2021
fbe0d5d
clean up tox file yet more
vtnate Feb 3, 2021
1bbd5d3
poetry config file to work with precommit hooks
vtnate Feb 3, 2021
d1a5e5b
Use poetry in CI
vtnate Feb 3, 2021
10a5400
fix typo in ci.yml
vtnate Feb 3, 2021
f8eca40
add cd as dependency in docs tox env
vtnate Feb 3, 2021
45ffe33
use changedir instead of cd for docs test
vtnate Feb 4, 2021
c3d3629
whitelist_externals is deprecated, use allowlist_externals instead
vtnate Feb 4, 2021
aec1a06
update scripts to work with poetry
vtnate Feb 4, 2021
1a69f66
ap & pc
vtnate Feb 4, 2021
7b8c443
remove commented lines
vtnate Feb 4, 2021
6c67908
Merge branch 'develop' into poetry
vtnate Feb 4, 2021
11c82d3
remove commented lines
vtnate Feb 4, 2021
89d755d
Merge branch 'poetry' of https://github.com/urbanopt/geojson-modelica…
vtnate Feb 4, 2021
b7063a3
Merge remote-tracking branch 'origin/develop' into poetry
nllong Feb 5, 2021
a2d8158
cleanup readme and fix update_schemas
nllong Feb 5, 2021
3b03261
change readme to suggest running tox instead of py.test
vtnate Feb 5, 2021
dfc9c51
remove outdate setup files
vtnate Feb 5, 2021
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ repos:
name: Modelica Formatter
types: [file]
files: \.(mo|mot)$
entry: python setup.py format_modelica_files
entry: python pyproject.toml format_modelica_files
language: system
pass_filenames: false
File renamed without changes.
File renamed without changes.
Loading