Skip to content

Commit

Permalink
Remove crufty references to the old anarchy folder. (#149)
Browse files Browse the repository at this point in the history
* Remove crufty references to anarchy.

* empty
  • Loading branch information
tbenthompson authored Nov 10, 2022
1 parent acc7479 commit 08aa852
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.git
research
anarchy
imprint
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- "anarchy/**"
- "research/**"
- "**.ipynb"
- "**.md"
push:
branches:
- main
paths-ignore:
- "anarchy/**"
- "research/**"
- "**.ipynb"
- "**.md"
jobs:
Expand Down
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,19 @@ repos:
hooks:
- id: black-jupyter
language_version: python3
exclude: anarchy
- repo: https://gitlab.com/pycqa/flake8
rev: 5.0.4
hooks:
- id: flake8
exclude: anarchy
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.9.0
hooks:
- id: reorder-python-imports
exclude: anarchy
- repo: https://github.com/mwouts/jupytext
rev: v1.14.1
hooks:
- id: jupytext
args: [--from, ipynb, --to, "md"]
exclude: anarchy
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
Directories:

- `imprint` - our open source tools. [Open source repo](https://github.com/Confirm-Solutions/imprint)
- `outlaw` - our fast INLA tools.
- `confirm` - our code base!
- `tests` - our tests.
- `docs` - documentation.
- `research` - Research! Stuff in here might be in various of states of rough/polished.
- `anarchy` - [Do whatever you want here.](anarchy/README.md)
- `cloud` - [tools for working on cloud infrastructure including AWS and Codespaces.](cloud/README.md)
- Doing something new? Just make a new top level folder.

Expand Down
2 changes: 1 addition & 1 deletion docs/standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ I wrote this as a little placeholder because I think it'd be good to have some s
- Important code should probably be reviewed.
- You should probably be pair programming more than you are.
- Iteration time is unimaginably important.
- Anything goes in the `anarchy` folder.
- Pretty much anything goes in the `research` folder.
- Tests are critical to correctness, but try not to let testing get in the way of doing stuff.
- Use `black` for formatting.
- Follow PEP8 suggestions where possible. This is almost entirely automated by `flake8`.
Expand Down

0 comments on commit 08aa852

Please sign in to comment.