Skip to content

Commit 2bf51ef

Browse files
FlavioAmurrioCSEntilZha
authored andcommitted
Formating and pylint fixes
1 parent 9a0dba9 commit 2bf51ef

File tree

5 files changed

+125
-64
lines changed

5 files changed

+125
-64
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
# See https://pre-commit.com for more information
2-
# See https://pre-commit.com/hooks.html for more hooks
31
repos:
42
- repo: https://github.com/pre-commit/pre-commit-hooks
53
rev: v4.6.0
64
hooks:
7-
# - id: trailing-whitespace
8-
# - id: end-of-file-fixer
95
- id: check-yaml
106
- id: check-added-large-files
7+
- repo: local
8+
hooks:
9+
- id: pylint
10+
name: pylint
11+
entry: pylint functional --rcfile=pylintrc
12+
language: python
13+
additional_dependencies: [pylint, tabulate]
14+
pass_filenames: false
1115
- repo: https://github.com/psf/black
12-
rev: 24.4.2
16+
rev: 23.12.1
1317
hooks:
1418
- id: black
1519
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)