|
|
9d3d5243b2
|
python: lint fix
|
2023-11-01 10:59:41 +07:00 |
|
|
|
440b51c7ff
|
Merge branch 'develop' into feature/restore-history
|
2023-11-01 10:51:44 +07:00 |
|
|
|
1620e8277d
|
Merge remote-tracking branch 'remotes/origin/develop' into feature/referenceData-open
# Conflicts:
# CHANGELOG.md
# web/documentserver-example/python/src/views/actions.py
|
2023-10-31 14:25:00 +03:00 |
|
|
|
6a059bb498
|
Merge branch 'develop' into feature/flake8-pylint
|
2023-10-30 16:19:08 +07:00 |
|
|
|
c78814ced4
|
removed pylint
|
2023-10-30 16:15:57 +07:00 |
|
|
|
3cf0c1a6a5
|
Merge remote-tracking branch 'remotes/origin/release/1.7.0' into develop
|
2023-10-27 18:44:25 +03:00 |
|
|
|
52c11fa3a1
|
using documentserver v7.5
|
2023-10-27 18:39:40 +03:00 |
|
|
|
d2f77d857d
|
Merge pull request #477 from ONLYOFFICE/chore/python-readme
python: update readme
# Conflicts:
# web/documentserver-example/python/readme.md
|
2023-10-27 18:34:31 +03:00 |
|
|
|
af0c7f343a
|
Merge pull request #477 from ONLYOFFICE/chore/python-readme
python: update readme
|
2023-10-26 17:37:55 +03:00 |
|
|
|
8b5a2aceb0
|
deleted comments that duplicate the context
|
2023-10-26 17:11:29 +03:00 |
|
|
|
8d94e42421
|
python: onRequestOpen for referenceData source file
|
2023-10-26 15:55:11 +03:00 |
|
|
|
cd0647e0f7
|
python: update readme
|
2023-10-26 13:03:18 +04:00 |
|
|
|
038b2ffc57
|
python: delete readme.md to be able to rename it in uppercase
|
2023-10-26 12:59:59 +04:00 |
|
|
|
6990bc40d2
|
python: pin python with pip versions
|
2023-10-26 12:58:24 +04:00 |
|
|
|
e5d4be0d61
|
python: code refactoring
|
2023-10-26 11:27:01 +07:00 |
|
|
|
0a3785a3a4
|
python: merging lint fix
|
2023-10-25 13:55:29 +07:00 |
|
|
|
bcc49a4f41
|
Merge branch 'develop' into feature/flake8-pylint
|
2023-10-25 13:52:17 +07:00 |
|
|
|
b7212b035a
|
pylint: configuration file
|
2023-10-25 12:42:51 +07:00 |
|
|
|
39f39b0316
|
pylint: W0613 unused-argument
|
2023-10-25 11:44:00 +07:00 |
|
|
|
c3b2785c3f
|
pylint: W3101 missing-timeout
|
2023-10-25 11:29:54 +07:00 |
|
|
|
6bd081c44d
|
pylint: R1705 no-else-return
|
2023-10-25 11:19:19 +07:00 |
|
|
|
28211493bc
|
pylint: C0209 consider-using-f-string
|
2023-10-25 11:12:39 +07:00 |
|
|
|
687b811eef
|
pylint: C0411 wrong-import-order
|
2023-10-25 10:56:00 +07:00 |
|
|
|
14025def10
|
pylint: W0622 redefined-builtin
|
2023-10-24 13:51:44 +07:00 |
|
|
|
de4414fbb1
|
pylint: R1711 useless-return
|
2023-10-24 13:19:32 +07:00 |
|
|
|
feaa30bf2d
|
pylint: C0325: Unnecessary parens
|
2023-10-24 12:36:22 +07:00 |
|
|
|
304995c3e1
|
flake8: E501 line too long (> 120 characters)
|
2023-10-24 11:23:55 +07:00 |
|
|
|
71215e342f
|
Merge remote-tracking branch 'remotes/origin/develop' into feature/restore-history
# Conflicts:
# CHANGELOG.md
|
2023-10-23 13:45:19 +03:00 |
|
|
|
8ea98a421d
|
flake8: W293 blank line contains whitespace
|
2023-10-23 16:57:31 +07:00 |
|
|
|
11c9af2f80
|
flake8: W292 no newline at end of file
|
2023-10-23 16:54:22 +07:00 |
|
|
|
c3d7106072
|
flake8: W291 trailing whitespace
|
2023-10-23 16:52:33 +07:00 |
|
|
|
cf01b7f426
|
flake8: F841 local variable is assigned to but never used
|
2023-10-23 16:47:12 +07:00 |
|
|
|
8ce5c2d8d1
|
flake8: F401 imported but unused
|
2023-10-23 16:35:13 +07:00 |
|
|
|
51a28a7889
|
flake8: E713 test for membership should be 'not in'
|
2023-10-23 16:03:36 +07:00 |
|
|
|
c3074066f3
|
flake8: E711 comparison to None should be 'if cond is (not) None:'
|
2023-10-23 15:59:29 +07:00 |
|
|
|
8704be3daf
|
flake8: E703 statement ends with a semicolon
|
2023-10-23 15:56:08 +07:00 |
|
|
|
88ec714801
|
flake8: E701 multiple statements on one line (colon)
|
2023-10-23 15:54:36 +07:00 |
|
|
|
75d6e79e6d
|
flake8: E275 missing whitespace after keyword
|
2023-10-23 15:51:58 +07:00 |
|
|
|
e3a7399125
|
flake8: E272 multiple spaces before keyword
|
2023-10-23 15:49:57 +07:00 |
|
|
|
ddbfdf83bb
|
flake8: E261 at least two spaces before inline comment
|
2023-10-23 15:48:33 +07:00 |
|
|
|
2fd48b9a37
|
flake8: E251 unexpected spaces around keyword / parameter equals
|
2023-10-23 15:32:53 +07:00 |
|
|
|
4b185e418c
|
flake8: E231 missing whitespace after ',' or ':'
|
2023-10-23 15:27:48 +07:00 |
|
|
|
3d5d20da13
|
flake8: E225 missing whitespace around operator
|
2023-10-23 15:24:27 +07:00 |
|
|
|
93541a2702
|
flake8: E222 multiple spaces after operator
|
2023-10-23 15:22:11 +07:00 |
|
|
|
88f058f7b6
|
flake8: E211 whitespace before '('
|
2023-10-23 15:19:50 +07:00 |
|
|
|
f1670c38df
|
flake8: E203 whitespace before ':'
|
2023-10-23 15:11:07 +07:00 |
|
|
|
11fedb58bd
|
flake8: E202 whitespace before '}'
|
2023-10-23 15:04:03 +07:00 |
|
|
|
650b514d82
|
flake8: E201 whitespace after '{'
|
2023-10-23 15:02:42 +07:00 |
|
|
|
5363a794b7
|
flake8: E126 continuation line over-indented for hanging indent
|
2023-10-23 14:58:41 +07:00 |
|
|
|
359c732b8a
|
flake8: E122 continuation line missing indentation or outdented
|
2023-10-23 14:52:23 +07:00 |
|