Skip to content

Commit cfc8d2b

Browse files
committed
[UPD] dotfiles
1 parent fbbb8f1 commit cfc8d2b

File tree

3 files changed

+1
-65
lines changed

3 files changed

+1
-65
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Do NOT update manually; changes here will be overwritten by Copier
2-
_commit: v1.34
2+
_commit: v1.35
33
_src_path: git+https://github.com/oca/oca-addons-repo-template
44
additional_ruff_rules: []
55
ci: GitHub

.pylintrc

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,12 @@ disable=all
2323
# config as a blocking check.
2424

2525
enable=anomalous-backslash-in-string,
26-
api-one-deprecated,
27-
api-one-multi-together,
2826
assignment-from-none,
2927
attribute-deprecated,
30-
class-camelcase,
3128
dangerous-default-value,
32-
dangerous-view-replace-wo-priority,
3329
development-status-allowed,
34-
duplicate-id-csv,
3530
duplicate-key,
36-
duplicate-xml-fields,
37-
duplicate-xml-record-id,
38-
eval-referenced,
3931
eval-used,
40-
incoherent-interpreter-exec-perm,
4132
license-allowed,
4233
manifest-author-string,
4334
manifest-deprecated-key,
@@ -48,56 +39,33 @@ enable=anomalous-backslash-in-string,
4839
method-inverse,
4940
method-required-super,
5041
method-search,
51-
openerp-exception-warning,
5242
pointless-statement,
5343
pointless-string-statement,
5444
print-used,
5545
redundant-keyword-arg,
56-
redundant-modulename-xml,
5746
reimported,
58-
relative-import,
5947
return-in-init,
60-
rst-syntax-error,
6148
sql-injection,
6249
too-few-format-args,
6350
translation-field,
6451
translation-required,
6552
unreachable,
6653
use-vim-comment,
67-
wrong-tabs-instead-of-spaces,
68-
xml-syntax-error,
6954
attribute-string-redundant,
70-
character-not-valid-in-resource-link,
7155
consider-merging-classes-inherited,
7256
context-overridden,
73-
create-user-wo-reset-password,
74-
dangerous-filter-wo-user,
75-
dangerous-qweb-replace-wo-priority,
76-
deprecated-data-xml-node,
77-
deprecated-openerp-xml-node,
78-
duplicate-po-message-definition,
7957
except-pass,
80-
file-not-used,
8158
invalid-commit,
8259
manifest-maintainers-list,
83-
missing-newline-extrafiles,
8460
missing-readme,
8561
missing-return,
8662
odoo-addons-relative-import,
87-
old-api7-method-defined,
88-
po-msgstr-variables,
89-
po-syntax-error,
9063
renamed-field-parameter,
9164
resource-not-exist,
92-
str-format-used,
9365
test-folder-imported,
9466
translation-contains-variable,
9567
translation-positional-used,
96-
unnecessary-utf8-coding-comment,
9768
website-manifest-key-not-valid-uri,
98-
xml-attribute-translatable,
99-
xml-deprecated-qweb-directive,
100-
xml-deprecated-tree-attribute,
10169
external-request-timeout,
10270
bad-builtin-groupby,
10371
category-allowed,

.pylintrc-mandatory

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,12 @@ valid-odoo-versions=19.0
1515
disable=all
1616

1717
enable=anomalous-backslash-in-string,
18-
api-one-deprecated,
19-
api-one-multi-together,
2018
assignment-from-none,
2119
attribute-deprecated,
22-
class-camelcase,
2320
dangerous-default-value,
24-
dangerous-view-replace-wo-priority,
2521
development-status-allowed,
26-
duplicate-id-csv,
2722
duplicate-key,
28-
duplicate-xml-fields,
29-
duplicate-xml-record-id,
30-
eval-referenced,
3123
eval-used,
32-
incoherent-interpreter-exec-perm,
3324
license-allowed,
3425
manifest-author-string,
3526
manifest-deprecated-key,
@@ -40,56 +31,33 @@ enable=anomalous-backslash-in-string,
4031
method-inverse,
4132
method-required-super,
4233
method-search,
43-
openerp-exception-warning,
4434
pointless-statement,
4535
pointless-string-statement,
4636
print-used,
4737
redundant-keyword-arg,
48-
redundant-modulename-xml,
4938
reimported,
50-
relative-import,
5139
return-in-init,
52-
rst-syntax-error,
5340
sql-injection,
5441
too-few-format-args,
5542
translation-field,
5643
translation-required,
5744
unreachable,
5845
use-vim-comment,
59-
wrong-tabs-instead-of-spaces,
60-
xml-syntax-error,
6146
attribute-string-redundant,
62-
character-not-valid-in-resource-link,
6347
consider-merging-classes-inherited,
6448
context-overridden,
65-
create-user-wo-reset-password,
66-
dangerous-filter-wo-user,
67-
dangerous-qweb-replace-wo-priority,
68-
deprecated-data-xml-node,
69-
deprecated-openerp-xml-node,
70-
duplicate-po-message-definition,
7149
except-pass,
72-
file-not-used,
7350
invalid-commit,
7451
manifest-maintainers-list,
75-
missing-newline-extrafiles,
7652
missing-readme,
7753
missing-return,
7854
odoo-addons-relative-import,
79-
old-api7-method-defined,
80-
po-msgstr-variables,
81-
po-syntax-error,
8255
renamed-field-parameter,
8356
resource-not-exist,
84-
str-format-used,
8557
test-folder-imported,
8658
translation-contains-variable,
8759
translation-positional-used,
88-
unnecessary-utf8-coding-comment,
8960
website-manifest-key-not-valid-uri,
90-
xml-attribute-translatable,
91-
xml-deprecated-qweb-directive,
92-
xml-deprecated-tree-attribute,
9361
external-request-timeout,
9462
bad-builtin-groupby,
9563
category-allowed,

0 commit comments

Comments
 (0)