diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 520d9211..25280957 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pycqa/isort - rev: 5.9.3 + rev: 5.10.0 hooks: - id: isort - repo: https://github.com/psf/black diff --git a/README.md b/README.md index 5535ed5a..c84e3e93 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,13 @@ TEMPLATES = [
Marc Fargas + + + + spollard +
+ Spollard +
diff --git a/requirements-dev.txt b/requirements-dev.txt index bed5bcc2..53feadeb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -22,7 +22,7 @@ flake8==4.0.1 # via -r requirements-dev.in iniconfig==1.1.1 # via pytest -isort==5.9.3 +isort==5.10.1 # via -r requirements-dev.in mccabe==0.6.1 # via flake8