Skip to content

Commit

Permalink
Merge pull request #26 from Project-OMOTES/fixes-from-mvp
Browse files Browse the repository at this point in the history
Fixes from mvp
  • Loading branch information
MichielTukker authored May 30, 2024
2 parents 336fce3 + fe00d53 commit 95a0da5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: flake8 Lint
uses: TrueBrain/actions-flake8@v2
with:
plugins: Flake8-pyproject==1.2.3 flake8-docstrings==1.7.0 flake8-quotes==3.3.2
plugins: Flake8-pyproject==1.2.3 flake8-docstrings==1.7.0 flake8-quotes==3.3.2 flake8-bugbear==23.9.16 flake8-mock==0.4 flake8-tuple==0.4.1
# only_warn: 1 #causes action to always be succesful, but still provide annotations

test:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023. Deltares & TNO
# Copyright (c) 2024 Deltares / TNO.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023. Deltares & TNO
# Copyright (c) 2024 Deltares / TNO.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023. {cookiecutter.cookiecutter.maintainer_name}}
# Copyright (c) 2024 Deltares / TNO.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023. {cookiecutter.cookiecutter.maintainer_name}}
# Copyright (c) 2024 Deltares / TNO.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 95a0da5

Please sign in to comment.