mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 21:01:10 +00:00
Create .pre-commit-config.yml
This commit is contained in:
parent
fa6979fed2
commit
fa33a2003b
5 changed files with 18 additions and 5 deletions
|
@ -7,7 +7,7 @@ use std::mem;
|
|||
|
||||
use erg_common::color::{GREEN, RED, RESET};
|
||||
use erg_common::config::ErgConfig;
|
||||
use erg_common::config::{Input};
|
||||
use erg_common::config::Input;
|
||||
use erg_common::error::Location;
|
||||
use erg_common::set::Set;
|
||||
use erg_common::traits::Runnable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue