This website works better with JavaScript.
Home
Explore
Help
Sign In
Kosmorro
/
kosmorro
mirror of
https://github.com/Kosmorro/kosmorro
Watch
1
Star
0
Fork
0
Code
Issues
Releases
33
Activity
Browse Source
Merge remote-tracking branch 'origin/master' into features
pull/348/head
Jérôme Deuchnord
1 year ago
parent
1afc21b1eb
89c7975f79
commit
ee8adab682
4 changed files
with
4 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/semantic-pr.yml
+1
-0
.github/workflows/tests.yml
+1
-1
poetry.lock
+1
-1
pyproject.toml
+ 1
- 1
.github/workflows/semantic-pr.yml
View File
@@ -12,6 +12,6 @@ jobs:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.
3
.0
- uses: amannn/action-semantic-pull-request@v5.
4
.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ 1
- 0
.github/workflows/tests.yml
View File
@@ -24,6 +24,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
steps:
+ 1
- 1
poetry.lock
View File
@@ -563,4 +563,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<3.12"
content-hash = "
c4ea6764d51184cd75ab355a43a9ec22a0da2a4e63716f66661cc1b76a50fa4c
"
content-hash = "
094c7f7be5e4d002d41e4fc8fc74851fae5e97c2ea7454883a9111b43355dedb
"
+ 1
- 1
pyproject.toml
View File
@@ -25,7 +25,7 @@ importlib-metadata = ">=4.11,<7.0"
openlocationcode = "^1.0"
[tool.poetry.dev-dependencies]
black = "^23.1
0
"
black = "^23.1
1
"
pytest = "^7.4"
aurornis = "^1.5"
Write
Preview
Loading…
Cancel
Save