aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2023-09-29 12:04:57 +0100
committerTim Hall <tim.hall@arm.com>2023-11-16 12:48:26 +0000
commit6a7fd3d172d1e8787b023d90d331bd37aeedc956 (patch)
tree7b804ecb97ee068ea95cb9c5073512501af9ff44 /.pre-commit-config.yaml
parent32cdbbbf609fe1aeaa941132f3282cfe6bd56010 (diff)
downloadethos-u-vela-6a7fd3d172d1e8787b023d90d331bd37aeedc956.tar.gz
Vela: Update from using deprecated pkg_resources
- Changed deprecated method of getting package version info - Updated pylint version to be Python 3.11 compatible Change-Id: I68aae2155098c834653d404c78acf8df86eb88f8 Signed-off-by: Tim Hall <tim.hall@arm.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 29f96d58..472cdf93 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -43,8 +43,8 @@ repos:
- id: flake8
args: [--max-line-length=120, --extend-ignore=E203]
-- repo: https://github.com/pre-commit/mirrors-pylint
- rev: v2.6.0
+- repo: https://github.com/pylint-dev/pylint
+ rev: v2.13.9
hooks:
- id: pylint
args: [--score=no, --max-line-length=120, --disable=all, --enable=W0102]