Skip to content
Snippets Groups Projects

[dep] Update websocket-client and attrs to major releases

Merged Moul requested to merge update_deps_ws_attrs into dev
1 file
+ 5
10
Compare changes
  • Side-by-side
  • Inline
+ 5
10
@@ -28,36 +28,31 @@ image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
@@ -28,36 +28,31 @@ image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
- pyproject.toml
- pyproject.toml
format:
format:
extends:
extends: .code_changes
- .code_changes
stage: checks
stage: checks
script:
script:
- black --check duniterpy tests examples
- black --check duniterpy tests examples
build:
build:
extends:
extends: .changes
- .changes
stage: checks
stage: checks
script:
script:
- poetry build
- poetry build
isort:
isort:
extends:
extends: .code_changes
- .code_changes
stage: checks
stage: checks
script:
script:
- isort --check duniterpy tests examples
- isort --check duniterpy tests examples
type:
type:
extends:
extends: .code_changes
- .code_changes
stage: checks
stage: checks
script:
script:
- mypy duniterpy tests examples --ignore-missing-imports
- mypy duniterpy tests examples --ignore-missing-imports
lint:
lint:
extends:
extends: .code_changes
- .code_changes
stage: checks
stage: checks
tags: [redshift]
tags: [redshift]
script:
script:
Loading