mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 12:24:45 +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
|
@ -4,7 +4,7 @@
|
|||
use std::env;
|
||||
// use std::env::consts::{ARCH, OS};
|
||||
use std::fs::File;
|
||||
use std::io::{BufRead, BufReader, Read, stdin};
|
||||
use std::io::{stdin, BufRead, BufReader, Read};
|
||||
use std::process;
|
||||
|
||||
// use crate::lazy::Lazy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue