Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graeme Weatherill
shakyground2
Commits
fee897c1
Commit
fee897c1
authored
Mar 31, 2022
by
g-weatherill
Browse files
Bumps black to 22.3.0, fixes OQ to 3.13.0
parent
4ef63a7f
Pipeline
#40901
failed with stage
in 12 minutes and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.pre-commit-config.yaml
View file @
fee897c1
...
...
@@ -9,7 +9,7 @@ repos:
-
id
:
trailing-whitespace
-
repo
:
https://github.com/psf/black
rev
:
2
0.8b1
rev
:
2
2.3.0
hooks
:
-
id
:
black
args
:
[
--line-length=96
]
...
...
setup.py
View file @
fee897c1
...
...
@@ -11,7 +11,8 @@ setup(
license
=
"AGPLv3+"
,
extras_require
=
{
"tests"
:
test_requirements
},
install_requires
=
[
"openquake.engine>=3.13.0"
,
"click==8.1.0"
,
"openquake.engine==3.13.0"
,
"geopandas"
,
"pyyaml"
,
"Rtree"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment