Skip to content

Commit 94cce29

Browse files
author
Tellef Kydland
committed
removed mypy
1 parent 1b9b619 commit 94cce29

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/branch.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ jobs:
4646
run: poetry install
4747
- name: Run ruff
4848
run: poetry run ruff check .
49-
- name: Run mypy
50-
run: poetry run mypy .
5149
- name: Run bandit
5250
run: poetry run bandit .
5351
- name: Run safety

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "field-manager-api"
33
version = "0.0.1a3"
44
description = "Field Manager API SDK"
55
license = "MIT"
6-
authors = ["Jostein Leira <9363084+josteinl@users.noreply.github.com>"]
6+
authors = ["Jostein Leira <9363084+josteinl@users.noreply.github.com>","Tellef Kydland <48522922+tellefk@users.noreply.github.com>"]
77
readme = "README.md"
88
homepage = "https://github.com/norwegian-geotechnical-institute/field-manager-api"
99
repository = "https://github.com/norwegian-geotechnical-institute/field-manager-api"

0 commit comments

Comments
 (0)