Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .codespellignore

This file was deleted.

2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
max-line-length = 160
8 changes: 5 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ repos:
hooks:
- id: nbqa-flake8
args:
- --ignore=E501,E712,W291,F632,E203,F821,F403,W391,F401
- --ignore=E501,E712,W291,F632,E203,F821,F403,W391,F401,VNE001,VNE002,VNE003,N816,FNE008,E731,E741,F811
- --exclude=.*,__init__.py
name: nbqa-flake8
description: Run 'flake8' on a Jupyter Notebook
Expand All @@ -115,7 +115,7 @@ repos:
hooks:
- id: flake8
args:
- --ignore=E501,E712,W291,F632,E203,F821,F403,W391,F401
- --ignore=E501,E712,W291,F632,E203,F821,F403,W391,F401,VNE001,VNE002,VNE003,N816,FNE008,F811
- --exclude=.*,__init__.py
additional_dependencies:
- flake8-variables-names
Expand Down Expand Up @@ -220,7 +220,7 @@ repos:
- --ignore=no_check*,__init__.py
- --max-line-length=120
- --const-naming-style=any
- --disable=E0401,W0104,R0903,R1721,E1101,E0611,F0002,C0305,C0303,E2515
- --disable=E0401,W0104,R0903,R1721,E1101,E0611,F0002,C0305,C0303,E2515,C3001,C0121,E0602,C0209


- repo: https://github.com/pylint-dev/pylint
Expand Down Expand Up @@ -251,6 +251,8 @@ repos:
require_serial: true
types_or: [jupyter, markdown]
additional_dependencies: [pydocstyle]
args:
- --ignore=D100,D101,D102,D103,D105,D107,D400,D401,D415,D205,D209,D213
# - repo: https://github.com/christophmeissner/pytest-pre-commit
# rev: 1.0.0
# hooks:
Expand Down
2 changes: 2 additions & 0 deletions .pydocstyle
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pydocstyle]
ignore = D100,D205,D209,D213
36 changes: 36 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[MASTER]
ignore-patterns=^\..*,__init__\.py

[MESSAGES CONTROL]
disable=
C0103,
C0114,
C0115,
C0116,
C0117,
C0200,
C0208,
C0121,
C0325,
C3002,
E0102,
E0601,
E0602,
E1121,
E1137,
R0124,
R0133,
R1703,
R1705,
R1716,
R1719,
R1724,
R0801,
R1732,
R1734,
W0106,
W0130,
W0601,
W0621,
W0622,
W1514
2,096 changes: 2,096 additions & 0 deletions 06_Functions.makarov.ipynb

Large diffs are not rendered by default.

Loading