This is an automated email from the ASF dual-hosted git repository.
husseinawala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 0e3a567e64 Update ruff to latest version v0.1.8 (#36260)
0e3a567e64 is described below
commit 0e3a567e648c781cd6fb46d7157906b653f9d1d4
Author: Hussein Awala <[email protected]>
AuthorDate: Sat Dec 16 23:23:29 2023 +0100
Update ruff to latest version v0.1.8 (#36260)
---
.pre-commit-config.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e96e622a9c..4a777e32b8 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -174,7 +174,7 @@ repos:
pass_filenames: false
require_serial: true
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.1.7
+ rev: v0.1.8
hooks:
# Since ruff makes use of multiple cores we _purposefully_ don't run
this in docker so it can use the
# host CPU to it's fullest