Skip to content

Commit

Permalink
Revert of adding pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Nov 15, 2024
1 parent 59f1b97 commit a180e81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,6 @@ repos:
)$
- id: pylint
name: pylint
entry: pylint
language: system
types: [python]
require_serial: true
args: [--disable=all, --enable=cyclic-import]

- id: dm-generate-all
name: Update all requirements files
entry: python ./utils/dependency_management.py generate-all
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ pre-commit = [
'sqlalchemy[mypy]~=2.0',
'tomli',
'types-PyYAML',
'pylint~=3.3'
]
rest = [
'flask-cors~=3.0',
Expand Down

0 comments on commit a180e81

Please sign in to comment.