diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2021-05-17 00:38:31 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2021-05-17 00:47:22 +0200 |
commit | 6754775f294e45325bdba882022b024836ffd2c0 (patch) | |
tree | 60a201e749057359bb4676d1b68623543b55a58c /.pre-commit-config.yaml | |
parent | CI: Replace Travis CI with GitHub Actions. (diff) | |
download | glucometerutils-6754775f294e45325bdba882022b024836ffd2c0.tar glucometerutils-6754775f294e45325bdba882022b024836ffd2c0.tar.gz glucometerutils-6754775f294e45325bdba882022b024836ffd2c0.tar.bz2 glucometerutils-6754775f294e45325bdba882022b024836ffd2c0.tar.lz glucometerutils-6754775f294e45325bdba882022b024836ffd2c0.tar.xz glucometerutils-6754775f294e45325bdba882022b024836ffd2c0.tar.zst glucometerutils-6754775f294e45325bdba882022b024836ffd2c0.zip |
Diffstat (limited to '')
-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 1ed80f0..580b53f 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.1 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 |