https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e2b463f5e1a27f6108620591f25a84ca74b968b5 authored by Lars Bilke on 19 March 2021, 08:14:25 UTC
Moved python requirement of TESPy to pyproject.toml.
Tip revision: e2b463f
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top