diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c4abd829..fd081378 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: 'types-setuptools==57.0.2', 'types-six==0.1.9', ] - exclude: [^setup\.py$] + excludes: [^setup\.py$] - repo: https://github.com/mgedmin/check-manifest rev: '0.48'