We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caba7b9 commit eb7a18dCopy full SHA for eb7a18d
4 files changed
.circleci/config.yml
@@ -12,6 +12,9 @@ jobs:
12
command: |
13
pip3 install poetry
14
poetry install
15
+ - run:
16
+ name: Lint code
17
+ command: poetry run black pokeapi_ditto
18
- run:
19
name: Spin up Pokeapi
20
@@ -20,7 +23,7 @@ jobs:
23
make docker-setup
21
24
cd ..
22
25
- name: Clone data
26
+ name: Clone
27
command: poetry run ditto clone --dest-dir ./data
28
29
name: Analyze
README.md
@@ -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>
+# 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>
2
3
This repository contains:
4
0 commit comments