diff options
| author | Jakub Marcowski <chubercikbattle@gmail.com> | 2024-05-21 15:14:59 +0200 |
|---|---|---|
| committer | Thaddeus Crews <repiteo@outlook.com> | 2024-05-21 18:02:29 -0500 |
| commit | d9f8ef68df1df8cf88d484fc22995f55a9c3f9aa (patch) | |
| tree | 69f67b54e7fbb15be77877d5de8d3906fc41b882 /modules/SCsub | |
| parent | aaa4560729bf0161deb71789b47eba5623893845 (diff) | |
| download | redot-engine-d9f8ef68df1df8cf88d484fc22995f55a9c3f9aa.tar.gz | |
Update pre-commit hooks configuration to use `ruff` instead of `black`
Diffstat (limited to 'modules/SCsub')
| -rw-r--r-- | modules/SCsub | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/SCsub b/modules/SCsub index 739c5de0b5..db0e563dc4 100644 --- a/modules/SCsub +++ b/modules/SCsub @@ -1,8 +1,9 @@ #!/usr/bin/env python -import methods import os +import methods + Import("env") env_modules = env.Clone() |
