12 Commits

Author SHA1 Message Date
BethanyG
24d514d44d Update .gitignore 2022-04-13 19:12:43 -07:00
ErnieWhite
0c7bad8a57 added env/ 2022-04-13 19:12:43 -07:00
Erik Schierboom
589fd09fe8 Remove fetch-canonical-data-syncer script (#2418) 2021-05-04 19:33:48 +02:00
Corey McCandless
5e11ededba add canonical_data_syncer to .gitignore 2020-10-16 23:16:15 -04:00
Michael Morehouse
7a42fb71e2 various: comma fixes (#2150)
* forth: reinstate seperate classes

The template removed seperate classes per major case, resulting in
several tests with duplicate names and therefore an incomplete test
suite.

This reinstates the distinct classes.

Fixes #2148

* forth: minor black issue

Was accidentally running on a later version of Black than the one
specified in our requirements-generator.txt.

* various: fixes trailing comma issues

An upcoming change in Black revealed that we were adding unnecessary
trailing commas. These will _not_ be trimmed by Black in future builds.

Co-authored-by: Corey McCandless <cmccandless@users.noreply.github.com>
2019-12-24 21:28:38 -05:00
MrNaif2018
6cc9c1b349 Added crypto-square test template (#2006) 2019-10-03 15:47:06 -04:00
Pavlin Angelov
89bb17a155 Simplify High-scores exercise. Replace Class with functions (#1764)
* Simplify High-scores exercise. Replace Class with functions
Exercise text edited.
Tests made to expect functions. One test removed, cause was no longer valid.
Make new example.py using functions.
Add the functions as starting point in the exercise file. (This also make the tests not complain of missing imports and such.)
Added __init__.py to the package for the people that still run 2.7+
Added pytest cache to gitignore file

* Fix style problems

* Made requested changes in PR
Remove __init__.py
Remove content of HINTS.md
Generate the README.md
Remove the comments in stub file

* Add new hints to high-score

Added hints for some docs around list and tuples - thanks @BethanyG for that

Moved original hints for classes in matrix ( cause is the next exercise for now which use class)
slightly edited to not refer to high-score

Regenerate both README.md

* Remove changes to matrix from this PR

* Update exercises/high-scores/.meta/HINTS.md

Co-Authored-By: simmol <simmol@users.noreply.github.com>

* Update exercises/matrix/README.md

Co-Authored-By: simmol <simmol@users.noreply.github.com>

* Regenerate README
2019-05-03 14:30:18 -04:00
Nathan Parsons
a89a7032a5 Ignore pytest and module cache directories (#1101) 2017-11-13 21:50:04 +00:00
Unknown
37bb38e874 added .idea/ to gitignore 2017-08-22 09:13:44 +02:00
Katrina Owen
f003c748bf Ignore configlet binaries 2015-04-17 08:59:30 -07:00
Simon Jakobi
90bf1523be Update .gitignore 2015-01-14 18:46:41 +01:00
Katrina Owen
e3f5567b26 Add gitignore 2014-02-27 17:54:37 -07:00