diff --git a/.cruft.json b/.cruft.json index 59da04aa..f504f66c 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/iterative/py-template", - "commit": "360349e52ec4d6b4a043a0af82ca87342bbbd3cc", + "commit": "0dc3e8da63a3d02b597a65a099446c68a0bb070b", "checkout": null, "context": { "cookiecutter": { diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3de09b14..f95c4170 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,14 +38,14 @@ repos: rev: 5.10.1 hooks: - id: isort - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/pycqa/flake8 rev: 5.0.4 hooks: - id: flake8 additional_dependencies: - flake8-bandit==4.1.1 - flake8-broken-line==0.5.0 - - flake8-bugbear==22.8.23 + - flake8-bugbear==22.9.11 - flake8-comprehensions==3.10.0 - flake8-debugger==4.1.2 - flake8-string-format==0.3.0