Skip to content

Commit

Permalink
update project standards
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoulao authored May 23, 2024
1 parent d6b55ab commit a0b0110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/project_standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- title: Standardization
standards:
- name: "<b>Support the Gymnasium and/or PettingZoo API</b> at the newest version (supporting other APIs in addition to these are fine), so that users can drop in and try out different environments as easily as possible, and code can be more modular and interchangeable."
- name: "<b>Support all current versions of Python</b> (currently 3.8-3.11). Different users may need to use different versions of Python, often as specified by outside forces like company policy or their package manager, and we want to comprehensively support this."
- name: "<b>Support all current versions of Python</b> (currently 3.8-3.12). Different users may need to use different versions of Python, often as specified by outside forces like company policy or their package manager, and we want to comprehensively support this."
- title: Code Standardization
standards:
- name: "<b>Have Python code comply with the black, flake8, and isort linting/formatting tools.</b> This keeps the code formatting consistent across different projects."
Expand Down

0 comments on commit a0b0110

Please sign in to comment.