Skip to content

Commit

Permalink
Update sweep.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wwzeng1 authored Oct 12, 2023
1 parent 98a965b commit a7d4e3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
rules:
- "All docstrings and comments should be up to date."
- "Code should be properly formatted and indented."
- "Variable and function names should be descriptive and follow a consistent naming convention."
- "Imports should be organized and grouped together."
- "There should be no unused imports or variables."
- "Code should be properly commented and include docstrings for functions and classes."
- "Variable and function names should be descriptive and follow a consistent naming convention."
- "Imports should be organized and grouped together."
- "There should be no unused imports or variables."
- "Code should be properly commented and include docstrings for functions and classes."

# This is the branch that Sweep will develop from and make pull requests to. Most people use 'main' or 'master' but some users also use 'dev' or 'staging'.
branch: 'main'
Expand Down

0 comments on commit a7d4e3a

Please sign in to comment.