diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-09-07 20:16:28 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-09-07 20:20:14 +0200 |
commit | 1d6fc6b54ffdee758c2eed67dfd006ce5f0275f6 (patch) | |
tree | 321c0ea12a20f28a2a0944f803577d7bab6e859c /.pre-commit-config.yaml | |
parent | Extend the Libre2 encryption reversing tool. (diff) | |
download | glucometerutils-1d6fc6b54ffdee758c2eed67dfd006ce5f0275f6.tar glucometerutils-1d6fc6b54ffdee758c2eed67dfd006ce5f0275f6.tar.gz glucometerutils-1d6fc6b54ffdee758c2eed67dfd006ce5f0275f6.tar.bz2 glucometerutils-1d6fc6b54ffdee758c2eed67dfd006ce5f0275f6.tar.lz glucometerutils-1d6fc6b54ffdee758c2eed67dfd006ce5f0275f6.tar.xz glucometerutils-1d6fc6b54ffdee758c2eed67dfd006ce5f0275f6.tar.zst glucometerutils-1d6fc6b54ffdee758c2eed67dfd006ce5f0275f6.zip |
Diffstat (limited to '')
-rw-r--r-- | .pre-commit-config.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index be139a6..1ed80f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,23 +4,23 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v3.2.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace -- repo: https://github.com/timothycrosley/isort - rev: 4.3.21 +- repo: https://github.com/PyCQA/isort + rev: 5.5.1 hooks: - id: isort additional_dependencies: - toml -- repo: https://github.com/python/black - rev: 19.10b0 +- repo: https://github.com/psf/black + rev: 20.8b1 hooks: - id: black - repo: https://gitlab.com/pycqa/flake8 - rev: 3.7.9 + rev: 3.8.3 hooks: - id: flake8 - repo: https://github.com/fsfe/reuse-tool |