Skip to content

Commit c66a5d3

Browse files
committed
Merge remote-tracking branch 'origin/dev' into feat/interactiveobject
2 parents 478d51b + 7712142 commit c66a5d3

9 files changed

Lines changed: 83 additions & 67 deletions

File tree

.drone.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ steps:
167167

168168
- name: check code complexity, docs & code quality pre-commit
169169
image: python:3.9
170-
ignore: failure
171170
commands:
172171
- pip install pylint==2.16.2 pre-commit
173172
- python code_pylint.py

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ repos:
66
rev: v3.2.0
77
hooks:
88
- id: trailing-whitespace
9+
exclude: libdev/
910
- id: check-docstring-first
1011
- id: check-json
1112
- id: check-added-large-files
@@ -14,3 +15,4 @@ repos:
1415
- id: requirements-txt-fixer
1516
- id: check-merge-conflict
1617
- id: end-of-file-fixer
18+
exclude: libdev/

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Allow to log scale axes
1313
- Offline mode
1414

15+
### Fix
16+
- Add reference_path to all Primitive / Elementary drawing Objects
17+
- Remove data attr from class Arc in Python
18+
- Light improvement of class Arc in Python
19+
- Html stream method
20+
1521
## [0.21.0]
1622
### Add
1723
- Tests of typescript app

code_pylint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'trailing-whitespace': 11,
3636
'empty-docstring': 7,
3737
'missing-module-docstring': 4,
38-
'too-many-arguments': 19,
38+
'too-many-arguments': 20,
3939
'too-few-public-methods': 5,
4040
'unnecessary-comprehension': 5,
4141
'no-value-for-parameter': 2,

libdev/plot-data.js

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)