File size: 421 Bytes
07423df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[flake8]
exclude=.cache, .local, server.wave, output, data, reports
max-line-length = 88
# E203, W503 - black-compatible config
extend-ignore = E203, W503
per-file-ignores =
    */__init__.py: F401
    train.py: E402
    prompt.py: E402
    train_wave.py: E402, I001, I003
    app.py: E402
    tests/src/datasets/test_text_dpo_modeling_ds.py: E501
    tests/src/models/test_dpo_modeling_model.py: E501

inline-quotes = "