diff --git a/.pre-commit-config.yaml b/b/.pre-commit-config.yaml similarity index 98% rename from .pre-commit-config.yaml rename to b/.pre-commit-config.yaml index 43b3699907325..fae32b7b01485 100644 --- a/.pre-commit-config.yaml +++ b/b/.pre-commit-config.yaml @@ -83,9 +83,6 @@ repos: hooks: - id: pylint stages: [manual] -- repo: https://github.com/pycqa/pylint - rev: v2.16.2 - hooks: - id: pylint alias: redefined-outer-name name: Redefining name from outer scope @@ -99,6 +96,11 @@ repos: |^pandas/conftest\.py # keep excluded args: [--disable=all, --enable=redefined-outer-name] stages: [manual] + - id: pylint + alias: unspecified-encoding + name: Using open without explicitly specifying an encoding + args: [--disable=all, --enable=unspecified-encoding] + stages: [manual] - repo: https://github.com/PyCQA/isort rev: 5.12.0 hooks: