Skip to content

Commit

Permalink
Merge branch 'main' into GSM8K_change_eos_condition
Browse files Browse the repository at this point in the history
  • Loading branch information
clefourrier authored Mar 4, 2024
2 parents 5f2c1e3 + 5ba9260 commit 77dc189
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Code style
[tool.ruff]
line-length = 119

[tool.ruff.lint]
# Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default.
# Never enforce `E501` (line length violations).
ignore = ["E501"]
select = ["C", "E", "F", "I", "W"]
line-length = 119
fixable = ["A", "B", "C", "D", "E", "F", "G", "I", "N", "Q", "S", "T", "W", "ANN", "ARG", "BLE", "COM", "DJ", "DTZ", "EM", "ERA", "EXE", "FBT", "ICN", "INP", "ISC", "NPY", "PD", "PGH", "PIE", "PL", "PT", "PTH", "PYI", "RET", "RSE", "RUF", "SIM", "SLF", "TCH", "TID", "TRY", "UP", "YTT"]

[tool.ruff.isort]
[tool.ruff.lint.isort]
lines-after-imports = 2
known-first-party = ["lighteval"]

Expand Down Expand Up @@ -52,7 +54,7 @@ dependencies = [
"transformers>=4.38.0",
"huggingface_hub>=0.21.2",
"torch>=2.0",
"GitPython==3.1.31", # for logging
"GitPython>=3.1.41", # for logging
"datasets>=2.14.0",
# Prettiness
"termcolor==2.3.0",
Expand Down

0 comments on commit 77dc189

Please sign in to comment.