-
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.
Merge pull request #103 from statisticsnorway/update
Update
- Loading branch information
Showing
7 changed files
with
1,539 additions
and
1,343 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
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
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 |
---|---|---|
|
@@ -59,6 +59,7 @@ jobs: | |
- name: Install Poetry | ||
run: | | ||
pipx install --pip-args "-c ${{ github.workspace }}/.github/workflows/constraints.txt" poetry | ||
pipx inject poetry poetry-plugin-export | ||
poetry --version | ||
- name: Install Nox | ||
|
@@ -123,7 +124,7 @@ jobs: | |
- name: Set up Python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: "3.12" | ||
python-version: "3.10" | ||
|
||
- name: Upgrade pip | ||
run: | | ||
|
@@ -133,6 +134,7 @@ jobs: | |
- name: Install Poetry | ||
run: | | ||
pipx install --pip-args "-c ${{ github.workspace }}/.github/workflows/constraints.txt" poetry | ||
pipx inject poetry poetry-plugin-export | ||
poetry --version | ||
- name: Install Nox | ||
|
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
Large diffs are not rendered by default.
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,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "ssb-arbmark-fagfunksjoner" | ||
version = "0.0.27" | ||
version = "0.0.28" | ||
description = "SSB Arbeidsmarked og lønn Fag-fellesfunksjoner" | ||
authors = ["Jan Sebastian Rothe <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -42,6 +42,7 @@ sphinx-click = ">=3.0.2" | |
typeguard = ">=2.13.3" | ||
xdoctest = { extras = ["colors"], version = ">=0.15.10" } | ||
myst-parser = { version = ">=0.16.1" } | ||
cruft = ">=2.16.0" | ||
|
||
[tool.pytest.ini_options] | ||
pythonpath = ["src"] | ||
|
@@ -98,8 +99,6 @@ select = [ | |
"RUF", # the ruff developer's own rules | ||
] | ||
ignore = [ | ||
"ANN101", # Supress missing-type-self. | ||
"ANN102", # Supress missing-type-cls. | ||
"ANN202", # Don't requiere return type annotation for private functions. | ||
"ANN401", # Allow type annotation with type Any. | ||
"D100", # Supress undocumented-public-module. Only doc of public api required. | ||
|
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