Skip to content

Commit

Permalink
remove unneeded project config files
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Aug 17, 2024
1 parent f423b16 commit 9e80432
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 55 deletions.
52 changes: 25 additions & 27 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
[MASTER]
disable=
C0114, # missing-module-docstring
C0115, # missing-class-docstring
C0116, # missing-function-docstring
C0209, # consider-using-f-string
W0622, # redefined-builtin
W1113, # too-many-arguments
W0613, # unused-argument
W0718, # broad-exception-caught
W0511, # fixme
W0621, # redefined-outer-name
W1514, # unspecified-encoding
W0603, # global-statement
W1203, # logging-fstring-interpolation
W0212, # protected-access
C0301, # line-too-long
C0103, # invalid-name
W1510, # subprocess-run-check
W0707, # raise-missing-from
; [MASTER]
; disable=
; C0114, # missing-module-docstring
; C0115, # missing-class-docstring
; C0116, # missing-function-docstring
; C0209, # consider-using-f-string
; W0622, # redefined-builtin
; W1113, # too-many-arguments
; W0613, # unused-argument
; W0718, # broad-exception-caught
; W0511, # fixme
; W0621, # redefined-outer-name
; W1514, # unspecified-encoding
; W0603, # global-statement
; W1203, # logging-fstring-interpolation
; W0212, # protected-access
; C0301, # line-too-long
; W0707, # raise-missing-from

# TODO
W3101, # missing timeout on request
W0719, # broad-exception-raised
; # TODO
; W3101, # missing timeout on request
; W0719, # broad-exception-raised

[FORMAT]
max-line-length=120
; [FORMAT]
; max-line-length=120

[SIMILARITIES]
ignore-imports=yes
; [SIMILARITIES]
; ignore-imports=yes
12 changes: 0 additions & 12 deletions pylint_formatter.sh

This file was deleted.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dependencies = [

[project.optional-dependencies]
dev = [
"pytest",
"ruff",
]

Expand Down
15 changes: 0 additions & 15 deletions requirements.txt

This file was deleted.

1 change: 0 additions & 1 deletion tests/requirements.txt

This file was deleted.

0 comments on commit 9e80432

Please sign in to comment.