diff options
author | David Lord <davidism@gmail.com> | 2021-11-01 12:48:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 12:48:32 -0700 |
commit | d73b67aa1f99aa3db9fb02226ad9050b896320c8 (patch) | |
tree | 983fe5004bf39c0415ce88f7a82d3220b2810d6c /.pre-commit-config.yaml | |
parent | e415d3a811fda506c8d7917e615b97ae9dcd1194 (diff) | |
parent | 867b663d0f493ac9331b58edfb693bf6e27dbfbe (diff) | |
download | click-d73b67aa1f99aa3db9fb02226ad9050b896320c8.tar.gz |
Merge pull request #2122 from pallets/update-requirements
update requirements
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a1f9e7..4bf99c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,11 +12,11 @@ repos: - id: reorder-python-imports args: ["--application-directories", "src"] - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 21.10b0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 4.0.1 hooks: - id: flake8 additional_dependencies: |