Skip to content

Commit 86aa2ec

Browse files
committed
REF: simplify .map
1 parent 19f6f4c commit 86aa2ec

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.pre-commit-config.yaml

-21
Original file line numberDiff line numberDiff line change
@@ -78,27 +78,6 @@ repos:
7878
--linelength=88,
7979
'--filter=-readability/casting,-runtime/int,-build/include_subdir,-readability/fn_size'
8080
]
81-
- repo: https://github.com/pycqa/pylint
82-
rev: v2.16.2
83-
hooks:
84-
- id: pylint
85-
stages: [manual]
86-
- repo: https://github.com/pycqa/pylint
87-
rev: v2.16.2
88-
hooks:
89-
- id: pylint
90-
alias: redefined-outer-name
91-
name: Redefining name from outer scope
92-
files: ^pandas/
93-
exclude: |
94-
(?x)
95-
^pandas/tests # keep excluded
96-
|/_testing/ # keep excluded
97-
|^pandas/util/_test_decorators\.py # keep excluded
98-
|^pandas/_version\.py # keep excluded
99-
|^pandas/conftest\.py # keep excluded
100-
args: [--disable=all, --enable=redefined-outer-name]
101-
stages: [manual]
10281
- repo: https://github.com/PyCQA/isort
10382
rev: 5.12.0
10483
hooks:

0 commit comments

Comments
 (0)