diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2021-05-16 17:00:16 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2021-05-16 17:00:16 +0200 |
commit | c7ab7860466ff5b2b55db9a01c53d8652c6a1c25 (patch) | |
tree | c54e0e2692fe8d31afb150e88349db19baeefd0c | |
parent | Fix thinko in README. (diff) | |
download | freestyle-hid-c7ab7860466ff5b2b55db9a01c53d8652c6a1c25.tar freestyle-hid-c7ab7860466ff5b2b55db9a01c53d8652c6a1c25.tar.gz freestyle-hid-c7ab7860466ff5b2b55db9a01c53d8652c6a1c25.tar.bz2 freestyle-hid-c7ab7860466ff5b2b55db9a01c53d8652c6a1c25.tar.lz freestyle-hid-c7ab7860466ff5b2b55db9a01c53d8652c6a1c25.tar.xz freestyle-hid-c7ab7860466ff5b2b55db9a01c53d8652c6a1c25.tar.zst freestyle-hid-c7ab7860466ff5b2b55db9a01c53d8652c6a1c25.zip |
-rw-r--r-- | .pre-commit-config.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d2e03ea..58a412c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,26 +4,26 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.0.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/isort - rev: 5.5.1 + rev: 5.8.0 hooks: - id: isort additional_dependencies: - toml - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 21.5b1 hooks: - id: black - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.3 + rev: 3.9.2 hooks: - id: flake8 - repo: https://github.com/fsfe/reuse-tool - rev: latest + rev: v0.12.1 hooks: - id: reuse |