summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2023-08-03 12:34:48 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2023-08-03 13:02:57 +0200
commit482ff05bc0484240909a991fb136b11611f24b67 (patch)
tree4acc6c116ae84d9bf2f9ea3a690917fc62d87f28
parentUpdate minimum supported version to Python 3.9. (diff)
downloadfreestyle-hid-482ff05bc0484240909a991fb136b11611f24b67.tar
freestyle-hid-482ff05bc0484240909a991fb136b11611f24b67.tar.gz
freestyle-hid-482ff05bc0484240909a991fb136b11611f24b67.tar.bz2
freestyle-hid-482ff05bc0484240909a991fb136b11611f24b67.tar.lz
freestyle-hid-482ff05bc0484240909a991fb136b11611f24b67.tar.xz
freestyle-hid-482ff05bc0484240909a991fb136b11611f24b67.tar.zst
freestyle-hid-482ff05bc0484240909a991fb136b11611f24b67.zip
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 5e41393..7b937e2 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -16,14 +16,14 @@ repos:
additional_dependencies:
- toml
- repo: https://github.com/psf/black
- rev: 23.3.0
+ rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
- rev: 6.0.0
+ rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/fsfe/reuse-tool
- rev: v1.1.2
+ rev: v2.1.0
hooks:
- id: reuse