From cd7fb5980ca3b4ea23055d7b07e84857f85d856f Mon Sep 17 00:00:00 2001 From: "@jmmshn" Date: Tue, 3 Oct 2023 08:47:05 -0700 Subject: [PATCH] bump precommit, fix spelling --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f7b4234c..aaa42a27 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: entry: pflake8 files: ^src/ additional_dependencies: - - pyproject-flake8==6.0.0 + - pyproject-flake8==6.1.0 - flake8-bugbear==22.12.6 - flake8-typing-imports==1.14.0 - flake8-docstrings==1.6.0 @@ -72,8 +72,8 @@ repos: language: python types: [text] args: [ - --ignore-words-list, 'titel,statics,ba,nd,te,mater,commun,vise', - --skip, "*.ipynb,./tests" + --ignore-words-list, 'titel,statics,ba,nd,te,mater,commun,vise,dscribe', + --skip, "*.ipynb,./tests,*paper*", ] - repo: https://github.com/kynan/nbstripout rev: 0.6.1