Skip to content

Commit

Permalink
fix: lowercase Ba name in pre-commit(#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
timoklein authored Jan 13, 2023
1 parent c3fc57d commit 3728592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
hooks:
- id: codespell
args:
- --ignore-words-list=nd,reacher,thist,ths,magent,Ba
- --ignore-words-list=nd,reacher,thist,ths,magent,ba
- --skip=docs/css/termynal.css,docs/js/termynal.js,docs/get-started/CleanRL_Huggingface_Integration_Demo.ipynb
- repo: https://github.com/python-poetry/poetry
rev: 1.2.1
Expand Down

1 comment on commit 3728592

@vercel
Copy link

@vercel vercel bot commented on 3728592 Jan 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cleanrl – ./

docs.cleanrl.dev
cleanrl-vwxyzjn.vercel.app
cleanrl.vercel.app
cleanrl-git-master-vwxyzjn.vercel.app

Please sign in to comment.