Skip to content
Snippets Groups Projects
Commit c79bafba authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Use software/clapp instead of bob/exposed

parent b6a1b077
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# See https://pre-commit.com/hooks.html for more hooks # See https://pre-commit.com/hooks.html for more hooks
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.12.0 rev: 23.1.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/pycqa/docformatter - repo: https://github.com/pycqa/docformatter
...@@ -23,7 +23,7 @@ repos: ...@@ -23,7 +23,7 @@ repos:
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991 rev: v1.0.0
hooks: hooks:
- id: mypy - id: mypy
args: [ args: [
...@@ -65,6 +65,6 @@ repos: ...@@ -65,6 +65,6 @@ repos:
- id: end-of-file-fixer - id: end-of-file-fixer
- id: debug-statements - id: debug-statements
- repo: https://github.com/fsfe/reuse-tool - repo: https://github.com/fsfe/reuse-tool
rev: v1.1.0 rev: v1.1.2
hooks: hooks:
- id: reuse - id: reuse
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment