Skip to content

Commit eb7a18d

Browse files
committed
feat: update deps/run black/bump python
1 parent caba7b9 commit eb7a18d

File tree

4 files changed

+567
-364
lines changed

4 files changed

+567
-364
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
command: |
1313
pip3 install poetry
1414
poetry install
15+
- run:
16+
name: Lint code
17+
command: poetry run black pokeapi_ditto
1518
- run:
1619
name: Spin up Pokeapi
1720
command: |
@@ -20,7 +23,7 @@ jobs:
2023
make docker-setup
2124
cd ..
2225
- run:
23-
name: Clone data
26+
name: Clone
2427
command: poetry run ditto clone --dest-dir ./data
2528
- run:
2629
name: Analyze

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ditto <a href="https://pokeapi.co/api/v2/pokemon/ditto"><img src='https://veekun.com/dex/media/pokemon/global-link/132.png' height=50px/></a>
1+
# Ditto <a href="https://pokeapi.co/api/v2/pokemon/ditto"><img src='https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/132.svg' height='50px'/></a>
22

33
This repository contains:
44

0 commit comments

Comments
 (0)